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