From fc4488bf640a8dadf5cf7676ef84f971ec09e2b1 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Sun, 29 May 2022 18:39:49 -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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2c3bc6879..ade5c558a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,12 @@ on: pull_request: jobs: - workspaces: + lint: + strategy: + matrix: + workspace: + - backend + - client runs-on: ubuntu-latest steps: - uses: actions/checkout@v2