Skip to content

Commit

Permalink
fix ci bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zkbenny committed Feb 4, 2024
1 parent b0de775 commit 8874c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Lint check
run: npm lint
run: npm run lint
- name: Compile contracts
run: npm run compile
- name: Test contracts
Expand Down

0 comments on commit 8874c7d

Please sign in to comment.