Skip to content

Commit

Permalink
fix: abigen ci workflow (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba authored Nov 24, 2024
1 parent 3f13382 commit d952d31
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/abigen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,19 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: "Set up environment"
uses: ./.github/setup

- uses: actions/setup-go@v4
with:
go-version: "1.23"

- uses: extractions/setup-just@v2

- name: "Install abigen"
run: go install github.com/ethereum/go-ethereum/cmd/abigen@latest

- name: "Check that generating files from go does not create any changes"
uses: nickcharlton/diff-check@main
with: just generate-abi
with:
command: just generate-abi

0 comments on commit d952d31

Please sign in to comment.