Skip to content

Commit

Permalink
chore: run build on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thevilledev committed Mar 7, 2024
1 parent ab7c832 commit cd7505b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
go-version-file: 'go.mod'

- name: Run build
run: make build

- name: Run linters
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
Expand Down

0 comments on commit cd7505b

Please sign in to comment.