Skip to content

Instances of the FeatureServices are now used instead of only the names of the FeatureServices. #5781

Instances of the FeatureServices are now used instead of only the names of the FeatureServices.

Instances of the FeatureServices are now used instead of only the names of the FeatureServices. #5781

Workflow file for this run

---
name: Spellcheck
on:
workflow_dispatch:
workflow_call:
push:
branches: [main]
paths-ignore: [docker/**, '*', '!pyproject.toml']
pull_request:
types: [opened, synchronize, ready_for_review]
paths-ignore: [docker/**, '*', '!pyproject.toml']
concurrency:
# New commit on branch cancels running workflows of the same branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
spellcheck:
if: github.event.pull_request.draft == false && github.repository == 'zenml-io/zenml'
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Spelling checker
uses: crate-ci/[email protected]
with:
files: .
config: ./.typos.toml