From 6df12274b2f7195b033d96c3d9dc2bab96e9bdaf Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 19 Jun 2020 16:32:32 -0400 Subject: [PATCH] Add lint command to build CI --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60fa79f6f..43bb134a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci + - run: npm run lint - run: npm run build --if-present - name: Upload .deb Artifact uses: actions/upload-artifact@v2