Skip to content

Commit

Permalink
ci: ruff check . --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose authored Feb 8, 2024
1 parent 605c40a commit eb4e764
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
black .
- name: Lint with ruff
run: |
ruff check .
ruff fix .
ruff check . --fix
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "style: style fixes by ruff and autoformatting by black"
Expand Down

0 comments on commit eb4e764

Please sign in to comment.