From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 16 Dec 2022 06:48:31 +0000 (-0800) Subject: Add lint to frontend tests X-Git-Tag: v1.11.0~1^2~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2199%2Fhead;p=thirdparty%2Fpaperless-ngx.git Add lint to frontend tests --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a12189a5d..f133c9fd88 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