Skip to content

Commit

Permalink
updated linting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Dec 15, 2023
1 parent 02f35e5 commit 56f2a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: chartboost/ruff-action@v1
continue-on-error: true
with:
args: check .
args: format --check .

- name: Format
uses: chartboost/ruff-action@v1
Expand Down

0 comments on commit 56f2a27

Please sign in to comment.