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 d381522 commit 709d416Copy full SHA for 709d416
.github/workflows/test.yml
@@ -18,9 +18,7 @@ jobs:
18
- run: yarn --frozen-lockfile
19
- run: yarn test:mocha
20
- run: yarn test:tsc
21
- - run: |
22
- echo ::add-matcher::.github/eslint.json
23
- yarn run eslint src test --format=compact
+ - run: yarn test:lint
24
- run: yarn test:prettier
25
- run: yarn prepublishOnly
26
- run: yarn docs:build
0 commit comments