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 4c3efea commit 3da74abCopy full SHA for 3da74ab
.github/workflows/pre-commit-checks.yml
@@ -22,7 +22,7 @@ jobs:
22
run: npm ci
23
24
- name: Run cspell
25
- run: npm run cspell
+ run: npm run cspell:frontend
26
27
- name: Run lint
28
run: npm run lint
0 commit comments