Avoid setup on JS lint job

This commit is contained in:
Nick Gerleman
2022-12-24 02:23:16 -08:00
parent bf81d8e180
commit 50ae0eee25

View File

@@ -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