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:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup
|
||||
uses: ./.github/actions/setup-js
|
||||
- name: yarn install
|
||||
run: yarn install --frozen-lockfile
|
||||
working-directory: javascript
|
||||
|
||||
- name: yarn lint
|
||||
run: yarn lint
|
||||
|
Reference in New Issue
Block a user