Skip to content

Commit 709d416

Browse files
committed
test:lint
1 parent d381522 commit 709d416

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
@@ -18,9 +18,7 @@ jobs:
1818
- run: yarn --frozen-lockfile
1919
- run: yarn test:mocha
2020
- run: yarn test:tsc
21-
- run: |
22-
echo ::add-matcher::.github/eslint.json
23-
yarn run eslint src test --format=compact
21+
- run: yarn test:lint
2422
- run: yarn test:prettier
2523
- run: yarn prepublishOnly
2624
- run: yarn docs:build

0 commit comments

Comments
 (0)