Updated workflow
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
name: Node.js CI
|
name: Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ main ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
@@ -19,5 +17,3 @@ jobs:
|
|||||||
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
|
|
||||||
Reference in New Issue
Block a user