Add eslint and prettier.

This commit is contained in:
Yang Chen
2019-11-07 01:14:13 +11:00
parent 137c96a972
commit b3b6b3a7f6
8 changed files with 995 additions and 23 deletions
+2 -1
View File
@@ -18,10 +18,11 @@ jobs:
with:
fetch-depth: 1
- name: build and test
- name: build, test and lint
run: |
npm install
npm run build
npm run lint
npm test
- name: run action