We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbcf2e commit d73e19dCopy full SHA for d73e19d
2 files changed
.github/workflows/lint.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Install dependencies
23
run: npm ci
24
- name: Lint
25
- run: npm run lint -- --forbid-only
+ run: npm run lint
.github/workflows/test.yml
@@ -27,4 +27,4 @@ jobs:
27
# (https://code.visualstudio.com/api/working-with-extensions/continuous-integration#github-actions)
28
uses: coactions/setup-xvfb@v1
29
with:
30
- run: npm run test
+ run: npm run test -- --forbid-only
0 commit comments