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

Commit

Permalink
Install abigen before running pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikluhn committed Apr 7, 2024
1 parent ce53995 commit 14c4d8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install abigen
run: go install github.com/ethereum/go-ethereum/cmd/[email protected]

- uses: pre-commit/[email protected]

0 comments on commit 14c4d8f

Please sign in to comment.