improve
This commit is contained in:
parent
48a9dd9a64
commit
93d43c1276
|
@ -8,15 +8,18 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
pacakge: [dashboard, dnslink-api, handshake-api, health-check, website]
|
||||
package: [dashboard, dnslink-api, handshake-api, health-check, website]
|
||||
fail-fast: false
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: packages/${{ matrix.package }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.x
|
||||
|
||||
- name: Static code analysis for ${{ matrix.package }}
|
||||
working-directory: packages/${{ matrix.package }}
|
||||
run: yarn && yarn prettier --check .
|
||||
- run: yarn
|
||||
- run: yarn prettier --check .
|
||||
|
|
Reference in New Issue