Skip to content

Commit a5f597c

Browse files
committed
combine prettier into main workflow
1 parent a946fd9 commit a5f597c

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- run: yarn --frozen-lockfile
2626
- run: |
2727
echo ::add-matcher::.github/eslint.json
28-
yarn run eslint . --format=compact
28+
yarn run eslint src test --format=compact
29+
- run: yarn run prettier --check src test
2930
- run: yarn test
3031
- name: Test artifacts
3132
uses: actions/upload-artifact@v3

.github/workflows/prettier.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)