Skip to content

Commit

Permalink
Cut format checking step from ruff workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamStrickland committed Sep 13, 2024
1 parent 9cde169 commit 1073914
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Format
uses: chartboost/ruff-action@v1
with:
args: "format --check"

- name: Fix
- name: Format & fix
uses: chartboost/ruff-action@v1
with:
args: "check --fix"
Expand Down

0 comments on commit 1073914

Please sign in to comment.