Skip to content

Commit c2b6dca

Browse files
Fix CI: only check linter, not formatter
Co-authored-by: kevinbackhouse <[email protected]>
1 parent fb4041e commit c2b6dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Run static analysis
3737
run: |
38-
hatch fmt --check
38+
hatch fmt --linter --check
3939
4040
- name: Run tests
4141
run: hatch test --python ${{ matrix.python-version }} --cover --randomize --parallel --retries 2 --retry-delay 1

0 commit comments

Comments
 (0)