Skip to content

Commit

Permalink
fix: Generate contract bindings in code-format job
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiD2ta committed Sep 25, 2024
1 parent d5318c4 commit 08e65ff
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/check-source-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
with:
go-version: ${{ matrix.go }}

- name: Install abigen
run: make install-abigen

- name: Generate contract bindings
run: make generate

- name: Instal gofumpt
run: make install-gofumpt

Expand Down Expand Up @@ -69,13 +75,10 @@ jobs:
with:
go-version: ${{ matrix.go }}

- name: Install mockgen
run: make install-mockgen

- name: Install abigen
run: make install-abigen

- name: Generate mocks
- name: Generate contract bindings
run: make generate

- name: Check go mod status
Expand Down

0 comments on commit 08e65ff

Please sign in to comment.