Skip to content

Commit

Permalink
ci runs lint
Browse files Browse the repository at this point in the history
  • Loading branch information
e2tha-e committed Apr 9, 2020
1 parent ab9672b commit 2a9bc76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Build
run: |
npm install
npm run lint
npm test
npx nyc report --reporter=text-lcov > ./lcov.info
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
- name: Build
run: |
npm install
npm run lint
npm test
1 change: 1 addition & 0 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ jobs:
- name: Build
run: |
npm install
npm run lint
npm test

0 comments on commit 2a9bc76

Please sign in to comment.