Update pr.yml
parent
e8d39a91a5
commit
cf9cbbc5f0
|
@ -38,7 +38,7 @@ jobs:
|
||||||
needs: setup
|
needs: setup
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: ./.github/actions/yarn-install
|
- uses: ./.github/actions/cache-install
|
||||||
with:
|
with:
|
||||||
node_version: ${{ secrets.NODE_VERSION }}
|
node_version: ${{ secrets.NODE_VERSION }}
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
|
|
Loading…
Reference in New Issue