From 39c3fb790d14c9c8eeb66687238b131d3c2258d7 Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Sun, 23 May 2021 17:48:49 +0200 Subject: [PATCH] Updated workflow --- .github/workflows/{node-ci.yml => lint.yml} | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) rename .github/workflows/{node-ci.yml => lint.yml} (63%) 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