Skip to content

Commit

Permalink
Update ruff.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai authored Nov 7, 2024
1 parent 7918ab8 commit 2e8a0cd
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
# - uses: astral-sh/ruff-action@v1
# with:
# args: "format --check"
# changed-files: "true"
- uses: chartboost/ruff-action@v1
with:
args: "format --check"
changed-files: "true"

args: --check .
fix_args: --fix .
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'style fixes by ruff'

0 comments on commit 2e8a0cd

Please sign in to comment.