Skip to content

Commit

Permalink
smh
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Jan 20, 2024
1 parent fff217e commit decbae0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,11 @@ jobs:
restore-keys: ${{ runner.os }}-pip
- name: Install dependencies
run: |
python -m pip install --upgrade ruff codespell
python -m pip install --upgrade ruff codespell tomli
- name: Run ruff
run: |
ruff check --output-format=github $(git ls-files '*.py')
ruff format --diff $(git ls-files '*.py')
- name: Run spell-check
run: |
ls
cat pyproject.toml
codespell $(git ls-files) --toml pyproject.toml -q 0

0 comments on commit decbae0

Please sign in to comment.