1
0

Updated workflow

This commit is contained in:
2021-05-23 17:48:49 +02:00
parent 5d8345996a
commit 39c3fb790d

View File

@@ -1,8 +1,6 @@
name: Node.js CI name: Lint
on: on:
push:
branches: [ main ]
pull_request: pull_request:
branches: [ main ] branches: [ main ]
@@ -18,6 +16,4 @@ jobs:
with: with:
node-version: 15.x node-version: 15.x
- run: npm ci - run: npm ci
- run: npm run lint --if-present - run: npm run lint --if-present
- run: npm run build --if-present
- run: npm test