Skip to content

Commit d73e19d

Browse files
committed
what
1 parent ecbcf2e commit d73e19d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Install dependencies
2323
run: npm ci
2424
- name: Lint
25-
run: npm run lint -- --forbid-only
25+
run: npm run lint

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
# (https://code.visualstudio.com/api/working-with-extensions/continuous-integration#github-actions)
2828
uses: coactions/setup-xvfb@v1
2929
with:
30-
run: npm run test
30+
run: npm run test -- --forbid-only

0 commit comments

Comments
 (0)