Skip to content

Commit

Permalink
Updating the ruff GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
Shekswess committed Aug 19, 2024
1 parent bd283a6 commit 6b0d474
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-formating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
- uses: actions/setup-python@v2
- run: pip install ruff
- run: |
ruff check
ruff check --fix
ruff format
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'style fixes by ruff'

0 comments on commit 6b0d474

Please sign in to comment.