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 5875c5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- uses: actions/setup-go@v5
with:
go-version: "1.16.1" # The Go version to download (if necessary) and use.

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

- uses: pre-commit/[email protected]

0 comments on commit 5875c5b

Please sign in to comment.