]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Add lint to frontend tests 2199/head
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 16 Dec 2022 06:48:31 +0000 (22:48 -0800)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Fri, 16 Dec 2022 07:36:01 +0000 (23:36 -0800)
.github/workflows/ci.yml

index 6a12189a5d21b6cafecc83b97beb28ffccade871..f133c9fd88c38c215a856468c2345bc1a9ec4d43 100644 (file)
@@ -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