Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
add solhint into github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will committed Jan 27, 2024
1 parent 135c74a commit f769211
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
forge test -vvv --fork-url https://eth.drpc.org --fork-block-number 18613489
id: forge-test

- name: Run solhint
run: npx solhint contracts/**/*.sol

- name: Run solhint
run: npx solhint contracts/*.sol

# - name: Gas Difference
# run:
# forge snapshot --gas-report --diff --desc
Expand Down

0 comments on commit f769211

Please sign in to comment.