Skip to content

Commit

Permalink
ci: run ruff fix at check
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose authored Feb 8, 2024
1 parent 21c8901 commit c1a5b76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,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"

0 comments on commit c1a5b76

Please sign in to comment.