Skip to content

Commit

Permalink
change name of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Apr 16, 2024
1 parent 9d09fe0 commit 7e0a0fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ruff-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

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

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

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

0 comments on commit 7e0a0fc

Please sign in to comment.