Skip to content

Commit 0c23d2a

Browse files
committed
fix lint
1 parent 5acda40 commit 0c23d2a

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
@@ -40,7 +40,7 @@ jobs:
4040
run: npm run lint
4141

4242
- name: Check Prettier formatting
43-
run: npx prettier --check .
43+
run: npm run format
4444

4545
build:
4646
name: Build & Test

0 commit comments

Comments
 (0)