diff --git a/.github/workflows/node-ci.yml b/.github/workflows/lint.yml similarity index 63% rename from .github/workflows/node-ci.yml rename to .github/workflows/lint.yml index 4cd7caa..aa4073a 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/lint.yml @@ -1,8 +1,6 @@ -name: Node.js CI +name: Lint on: - push: - branches: [ main ] pull_request: branches: [ main ] @@ -18,6 +16,4 @@ jobs: with: node-version: 15.x - run: npm ci - - run: npm run lint --if-present - - run: npm run build --if-present - - run: npm test \ No newline at end of file + - run: npm run lint --if-present \ No newline at end of file