github ci activated on pr

This commit is contained in:
JFH
2021-05-18 14:08:41 +02:00
parent 3c8a9c5b00
commit 55b249e1bf

View File

@@ -1,20 +0,0 @@
name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: npm install, test and lint
run: |
npm ci
npm run lint
npm run test