1
0

Updated workflow

This commit is contained in:
2021-05-23 17:48:49 +02:00
parent a738012798
commit 9ab900e3d0

View File

@@ -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
- run: npm run lint --if-present