From 46ab8cfb5066d05ce26e76cd89b4306227148213 Mon Sep 17 00:00:00 2001 From: Benjamin Charity Date: Sun, 4 Feb 2024 13:05:20 -0500 Subject: [PATCH] chore: add linting to PR test --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c2f43e..8139882 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,9 @@ jobs: - name: Run install run: pnpm i + - name: Run lint + run: pnpm lint + - name: Run unit tests run: pnpm test