From e0c57cf1da072dc12dcee0d000f25e9936f422ad Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Tue, 31 May 2022 08:37:15 -0700 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 66c10bf85..1c452350b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: - run: corepack enable - run: yarn set version berry - run: yarn workspaces foreach install --immutable - - run: yarn workspaces foreach run lint - env: + env: YARN_CHECKSUM_BEHAVIOR: update + - run: yarn workspaces foreach run lint