Skip to content

Commit af5c927

Browse files
fix: avoid re-formmating gracefully fail for the dev to fix the formatting errors.
1 parent 026c3d9 commit af5c927

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
- name: Check formatting for ${{ matrix.file }}
5252
run: |
5353
ruff check jigsawstack/${{ matrix.file }} --config .github/ruff.toml
54-
ruff format --check jigsawstack/${{ matrix.file }} --config .github/ruff.toml
5554
5655
test:
5756
name: Test - ${{ matrix.test-file }}

0 commit comments

Comments
 (0)