Skip to content

Commit

Permalink
add tests to actions and fix eslint action
Browse files Browse the repository at this point in the history
  • Loading branch information
NeutronicMC committed Jun 21, 2020
1 parent 5b6e7e1 commit a18dadb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ jobs:
- name: Install modules
run: yarn
- name: Run ESLint
run: eslint . --ext .js,.jsx,.ts,.tsx
run: npm run lint
- name: Run tests
run: npm test

0 comments on commit a18dadb

Please sign in to comment.