Skip to content

Commit

Permalink
ci: Run lint:check (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
transmissions11 committed Sep 29, 2021
1 parent 402dc83 commit 513507d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

- name: Install dependencies
run: nix-shell --run 'make'

- name: Check contracts are linted
run: yarn lint:check

- name: Run tests
run: nix-shell --run 'make test'
Expand Down

0 comments on commit 513507d

Please sign in to comment.