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 a946fd9 commit a5f597cCopy full SHA for a5f597c
.github/workflows/node.js.yml
@@ -25,7 +25,8 @@ jobs:
25
- run: yarn --frozen-lockfile
26
- run: |
27
echo ::add-matcher::.github/eslint.json
28
- yarn run eslint . --format=compact
+ yarn run eslint src test --format=compact
29
+ - run: yarn run prettier --check src test
30
- run: yarn test
31
- name: Test artifacts
32
uses: actions/upload-artifact@v3
.github/workflows/prettier.yml
0 commit comments