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 2e8a0cd commit b8f3510
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - uses: astral-sh/ruff-action@v1
# with:
# args: "format --check"
# changed-files: "true"
- uses: chartboost/ruff-action@v1
- uses: astral-sh/ruff-action@v1
with:
args: --check .
fix_args: --fix .
args: "format"
changed-files: "true"
- uses: astral-sh/ruff-action@v1
with:
args: "check --fix"
changed-files: "true"
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'style fixes by ruff'

0 comments on commit b8f3510

Please sign in to comment.