Skip to content

Commit

Permalink
chore: fix Solhint to v5.0.4 (#2169)
Browse files Browse the repository at this point in the history
  • Loading branch information
86667 authored Jan 17, 2025
1 parent 6ecb6af commit 6ca80f8
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 @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "16"
- run: npm install --save-dev prettier prettier-plugin-solidity solhint
- run: npm install --save-dev prettier prettier-plugin-solidity solhint@5.0.4
- run: npx prettier --write --plugin=prettier-plugin-solidity './**/*.sol'
- run: npx solhint 'zilliqa/src/contracts/**/*.sol' --fix --noPrompt
- name: Commit changes
Expand Down

0 comments on commit 6ca80f8

Please sign in to comment.