Skip to content

Commit

Permalink
Lint code in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkedev committed Mar 11, 2021
1 parent 82169e8 commit 7ad7e3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Lint code
run: yarn lint

- name: Run tests
run: yarn test

Expand Down

0 comments on commit 7ad7e3c

Please sign in to comment.