Skip to content

Commit

Permalink
Fix lint check command
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique committed Dec 12, 2023
1 parent a525a4f commit fa8016a
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 @@ -19,4 +19,4 @@ jobs:
run: |
ruff --version
ruff format --check --diff .
ruff check --diff .
ruff check --show-source .

0 comments on commit fa8016a

Please sign in to comment.