Skip to content

Commit

Permalink
Build prior to linting.
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <[email protected]>
  • Loading branch information
cody-littley committed Oct 7, 2024
1 parent 6e4fe46 commit f57f7f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: '1.21' # The Go version to download (if necessary) and use.

- run: go version

- name: Build
run: make build

- name: Checkout EigenDA
uses: actions/checkout@v3

Expand Down

0 comments on commit f57f7f3

Please sign in to comment.