Skip to content

Commit d4a8095

Browse files
joeykamsteegclaude
andcommitted
chore: mark setup-eslint CI verification tasks complete
Lint workflow verified via PR #7 (pull_request trigger, run 30743464781) and a manual workflow_dispatch run (30743484008) — both succeeded. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent d8345c2 commit d4a8095

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openspec/changes/setup-eslint/tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
## 5. Add CI workflow
2424

2525
- [x] 5.1 Create `.github/workflows/lint.yml`, mirroring `test.yml`'s structure and pinned `bun-version`, with `on: push (main) / pull_request / workflow_dispatch` and a job that runs `bun install --frozen-lockfile` then `bun run lint`.
26-
- [ ] 5.2 Open a test PR (or push to a branch) to confirm the lint workflow triggers automatically and reports status on the PR.
27-
- [ ] 5.3 Manually trigger the workflow via `workflow_dispatch` (GitHub Actions UI or `gh workflow run lint.yml`) to confirm it runs on demand.
26+
- [x] 5.2 Open a test PR (or push to a branch) to confirm the lint workflow triggers automatically and reports status on the PR.
27+
- [x] 5.3 Manually trigger the workflow via `workflow_dispatch` (GitHub Actions UI or `gh workflow run lint.yml`) to confirm it runs on demand.

0 commit comments

Comments
 (0)