Skip to content

Commit 270edf7

Browse files
theletterfclaude
andcommitted
Skip compile-workflows hook in CI
The gh-aw extension isn't installed in the pre-commit CI runner. This hook is meant to catch drift locally, not in CI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7a0323d commit 270edf7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ jobs:
1818
with:
1919
python-version: "3.x"
2020
- uses: pre-commit/action@v3.0.1
21+
env:
22+
SKIP: compile-workflows

0 commit comments

Comments
 (0)