diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 188428e..ca763dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Test and Build +name: ci on: pull_request: @@ -21,6 +21,9 @@ jobs: with: node-version: 14 + - name: Install node modules + run: npm install + - name: lint run: npm run lint