Skip to content

Commit

Permalink
Fix linting command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Jul 17, 2024
1 parent 4bb2b06 commit 2028d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
shell: bash

- name: Run lint check
run: pnpm run lint:check
run: yarn run format:check

- name: Build Solidity Contracts
run: |
Expand Down

0 comments on commit 2028d7e

Please sign in to comment.