diff --git a/.github/workflows/verify.yaml b/.github/workflows/verify.yaml index d97ed74e..36a6a5f2 100644 --- a/.github/workflows/verify.yaml +++ b/.github/workflows/verify.yaml @@ -4,6 +4,18 @@ on: pull_request: jobs: + lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version-file: '.nvmrc' + cache: 'npm' + # - name: Install npm modules + # run: npm ci + - name: Test + run: npm run lint test: runs-on: ubuntu-latest steps: