We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed975e commit 524cd1cCopy full SHA for 524cd1c
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
run: npm ci
28
29
- name: Check formatting
30
- run: npm run format:check
+ run: npm run fmt:check
31
32
- name: Lint
33
run: npm run lint
0 commit comments