Skip to content

Commit 524cd1c

Browse files
committed
chore: fix ci workflow
Signed-off-by: Mark Phelps <[email protected]>
1 parent fed975e commit 524cd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm ci
2828

2929
- name: Check formatting
30-
run: npm run format:check
30+
run: npm run fmt:check
3131

3232
- name: Lint
3333
run: npm run lint

0 commit comments

Comments
 (0)