Skip to content

Commit bf100dc

Browse files
committed
chore: make CI run pre-commit
1 parent 1b14b27 commit bf100dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919

2020
- name: Run pre-commit
2121
run: pipx run pre-commit run --all-files --show-diff-on-failure
22+
env:
23+
# SKIP ggshield check: it's done by the "scanning" job
24+
SKIP: ggshield
2225

2326
build-and-test:
2427
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)