ci: add lint and build in Node.js CI

This commit is contained in:
divlo 2020-12-28 23:51:29 +01:00
parent 02337add0d
commit 638c86708e

View File

@ -34,5 +34,11 @@ jobs:
- name: 'Install dependencies'
run: 'npm install'
- name: 'Lint'
run: 'npm run lint'
- name: 'Build'
run: 'npm run build'
- name: 'Run the tests'
run: 'npm test'