Skip to content

Commit

Permalink
Add check feature
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondberg committed Mar 9, 2024
1 parent afaa111 commit a552e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formatter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: isort --check-only .

- name: Run black
run: black --diff .
run: black --check --diff .

0 comments on commit a552e35

Please sign in to comment.