Skip to content

Commit

Permalink
Update ruff_commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchitvj authored Mar 19, 2024
1 parent e91ea84 commit 0559d19
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ruff_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install ruff
- run: |
ruff check src/
ruff fix src/
- run: ruff check src/
- run: ruff format src/
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'style fixes by ruff'

0 comments on commit 0559d19

Please sign in to comment.