Skip to content

Commit 0206b2d

Browse files
moonrunnerkcclaude
andcommitted
fix: use verify mode for self-check CI workflow
The self-check workflow defaulted to drift mode, which requires an ESLint config file that doesn't exist in this repo. Switch to verify mode which only needs the instruction file and source directory. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 0369edf commit 0206b2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/self-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: ./
1515
with:
16+
mode: verify
1617
instruction-file: tests/fixtures/sample-claude.md
1718
output-dir: src
1819
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)