Skip to content

Commit 5d5f70e

Browse files
committed
fix: pin claude-code-lint to 0.2.2 to avoid inquirer ESM bug
0.2.3 fails on CI due to inquirer ESM incompatibility (claudelint#62)
1 parent 4954af8 commit 5d5f70e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ jobs:
8787
steps:
8888
- uses: actions/checkout@v6
8989
- name: Run claude-code-lint
90-
run: npx claude-code-lint@latest
90+
run: npx claude-code-lint@0.2.2

0 commit comments

Comments
 (0)