Skip to content

Commit

Permalink
chore: run solhint directly, don't use make target
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Jul 18, 2024
1 parent 3f204d6 commit df1ec7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
working-directory: contracts-abi

- name: Run solhint solidity linter
run: make solhint
run: solhint '**/*.sol'
working-directory: contracts

infrastructure:
Expand Down

0 comments on commit df1ec7e

Please sign in to comment.