1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +00:00

Code cleanup to cleanly lint, added lint step to GitHub Action (#138)

This commit is contained in:
Adrian Calinescu
2020-05-18 22:36:38 +03:00
committed by GitHub
parent 1f6870128b
commit 6132f895f3
7 changed files with 116 additions and 133 deletions

View File

@@ -22,10 +22,11 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
- name: npm install, lint, build and test
run: |
npm install
npm run -s build
npm run lint
npm run build
npm test
env:
CI: true