From beefb88367bb3b832aa4ef566cd411f4f1b25341 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Fri, 9 Sep 2022 14:20:31 -0800 Subject: [PATCH] add linter to CI --- .github/workflows/partial-frontend.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/partial-frontend.yaml b/.github/workflows/partial-frontend.yaml index 9cab605..fcbfcbd 100644 --- a/.github/workflows/partial-frontend.yaml +++ b/.github/workflows/partial-frontend.yaml @@ -32,5 +32,9 @@ jobs: run: pnpm install working-directory: frontend + - name: Run linter 👀 + run: pnpm lint + working-directory: "frontend" + - name: Run Integration Tests run: task test:ci