Avoid setup on JS lint job
This commit is contained in:
5
.github/workflows/validate-js.yml
vendored
5
.github/workflows/validate-js.yml
vendored
@@ -53,8 +53,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup
|
- name: yarn install
|
||||||
uses: ./.github/actions/setup-js
|
run: yarn install --frozen-lockfile
|
||||||
|
working-directory: javascript
|
||||||
|
|
||||||
- name: yarn lint
|
- name: yarn lint
|
||||||
run: yarn lint
|
run: yarn lint
|
||||||
|
Reference in New Issue
Block a user