Skip to content

Commit

Permalink
Added check arg
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbmorgan committed Jul 30, 2024
1 parent 483c656 commit 59810ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: chartboost/ruff-action@v1
with:
src: "./dfttools"
args: "--fix --config ./pyproject.toml --output-format=github"
args: "check --fix --config ./pyproject.toml --output-format=github"

ruff-format:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 59810ee

Please sign in to comment.