Skip to content

Commit 8ef2ec4

Browse files
edyedy
authored andcommitted
fix(ci): correct dedupe-keymap path (scripts -> script)
1 parent d85d4f5 commit 8ef2ec4

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
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: ./.github/actions/setup-bun
1616
- name: Typecheck
17-
run: bun run scripts/dedupe-keymap.ts && bun run typecheck
17+
run: bun run script/dedupe-keymap.ts && bun run typecheck
1818

1919
test:
2020
# 只在 macOS 运行测试

0 commit comments

Comments
 (0)