Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaan-deepsource committed Jan 16, 2024
1 parent 1e69334 commit f5e7a49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-solhint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
cache: npm
cache-dependency-path: "solidity/package-lock.json"

- name: Install solhint
run: |
npm install solhint@^4.1.1
- name: Run solhint
id: solhint
run: |
Expand Down

0 comments on commit f5e7a49

Please sign in to comment.