diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index 36a6a5f2..ab8ede5e 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -12,9 +12,9 @@ jobs: with: node-version-file: '.nvmrc' cache: 'npm' - # - name: Install npm modules - # run: npm ci - - name: Test + - name: Install npm modules + run: npm ci + - name: Lint run: npm run lint test: runs-on: ubuntu-latest