diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 53027632..93686d63 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -37,5 +37,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Restore dependencies run: npm ci + - name: Lint + run: npm run lint - name: Build run: npm run production