Update lint.yml

🤔
This commit is contained in:
Kainoa Kanter 2022-05-29 19:06:52 -07:00 committed by GitHub
parent 39f8cb3006
commit 6f2a9d567d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,16 +14,15 @@ jobs:
workspace:
- backend
- client
- sw
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: false
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'yarn'
- run: corepack enable
- run: yarn install
- run: yarn install --immutable
- run: yarn workspaces ${{ matrix.workspace }} lint