From ff99a92f4d8d49dbff264d2ea33a5ae82e7a5bcc Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Sun, 29 May 2022 18:39:44 -0700 Subject: [PATCH] Update .github/workflows/lint.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Acid Chicken (硫酸鶏) --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 540668753..2c3bc6879 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,4 +20,4 @@ jobs: cache: 'yarn' - run: corepack enable - run: yarn install - - run: yarn workspaces * lint + - run: yarn workspaces ${{ matrix.workspace }} lint