Skip to content

Commit

Permalink
fix: add missed linting step to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGenash committed Oct 12, 2020
1 parent aec7bd1 commit 19b4012
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ jobs:
- name: Install Dependencies
run: npm i

- name: Lint the code
run: npm run lint

- name: Run tests
run: npm test

0 comments on commit 19b4012

Please sign in to comment.