Skip to content

Commit b85cf90

Browse files
committed
github: check formatting instead of reformatting
1 parent 42bd285 commit b85cf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- name: Check imports
3434
run: poetry run isort --check genfond tests
3535
- name: Check formatting
36-
run: poetry run black genfond tests
36+
run: poetry run black --check genfond tests
3737
- name: Check types
3838
run: poetry run mypy genfond tests

0 commit comments

Comments
 (0)