diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dce1524..830da97 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ on: branches: - main jobs: - lint: + build-lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@master @@ -21,4 +21,5 @@ jobs: - name: Pull dependencies run: | npm ci + npm run build npm run lint