Add dedicated lint action

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-02-05 20:25:17 +01:00
parent 8d331845f6
commit 348538fe6c
2 changed files with 45 additions and 5 deletions

View File

@@ -23,9 +23,4 @@ jobs:
- name: build
run: |
npm run build --if-present
- name: eslint
run: |
npm run lint
env:
CI: true