Skip to content

Commit 492aea1

Browse files
Fix ci
1 parent 985968c commit 492aea1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ jobs:
1414

1515
- run: npm install
1616

17-
- run: npm run check
17+
- run: npm run lint
1818

1919
- run: npm run test:coverage
2020

21-
- run: npm run lint
22-
2321
- name: Upload coverage to Codecov
2422
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)