From 6f2a9d567d7660739679e8c668937f1c09db22d5 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Sun, 29 May 2022 19:06:52 -0700 Subject: [PATCH] Update lint.yml :thinking: --- .github/workflows/lint.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ae31eea9a..59ae506a1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 +