Skip to content

Commit

Permalink
Add ruff format check instead of ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
Desiders committed Feb 20, 2024
1 parent f809b26 commit a150808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: ruff
if: steps.changed-python-files.outputs.all_changed_files != '' && !cancelled()
run: |
ruff check --config=pyproject.toml --show-fixes --output-format=github ${{ steps.changed-python-files.outputs.all_changed_files }}
ruff format --check --config=pyproject.toml -- --show-fixes --output-format=github ${{ steps.changed-python-files.outputs.all_changed_files }}
- name: Isort
id: isort
Expand Down

0 comments on commit a150808

Please sign in to comment.