We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfac0b8 commit bb67e74Copy full SHA for bb67e74
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: ./.github/actions/setup-bun
16
- name: Typecheck
17
- run: bun run scripts/dedupe-keymap.ts && bun run typecheck
+ run: bun run script/dedupe-keymap.ts && bun run typecheck
18
19
test:
20
# 只在 macOS 运行测试
0 commit comments