Skip to content

Commit

Permalink
change options
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Apr 16, 2024
1 parent 3620099 commit e26c8f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruff-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: Check with Ruff
uses: chartboost/ruff-action@v1
with:
args: 'format --check elephant/'
args: 'check elephant'

- name: Fix with Ruff
uses: chartboost/ruff-action@v1
with:
args: 'format --fix elephant/'
args: 'fix elephant'

- name: Create PR
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit e26c8f6

Please sign in to comment.