Skip to content

Commit d4a39d8

Browse files
theletterfclaude
andcommitted
Install gh-aw in pre-commit CI workflow
So the compile-workflows hook runs in CI too, replacing the dedicated compile-check workflow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7a0323d commit d4a39d8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ jobs:
1717
- uses: actions/setup-python@v6
1818
with:
1919
python-version: "3.x"
20+
- name: Install gh-aw
21+
run: gh extension install github/gh-aw
22+
env:
23+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2024
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)