From 40bdeffa38b3bfab2769322578fcef181e41c4e3 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 15 Dec 2022 22:48:31 -0800 Subject: [PATCH] Add lint to frontend tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a12189a5..f133c9fd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,6 +195,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: cd src-ui && npm ci + - run: cd src-ui && npm run lint - run: cd src-ui && npm run test - run: cd src-ui && npm run e2e:ci