Skip to content

Commit

Permalink
Add --fix arg to Ruff step
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacCheng9 committed Jun 25, 2024
1 parent e9974da commit 9903e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Run Python code formatting with Ruff
uses: chartboost/ruff-action@main
with:
args: "format --check --exclude src/trading_portfolio_tracker/ui"
args: "format --fix --check --exclude src/trading_portfolio_tracker/ui"

- name: Commit changes made by Ruff
uses: stefanzweifel/git-auto-commit-action@master
Expand Down

0 comments on commit 9903e22

Please sign in to comment.