Skip to content

Commit

Permalink
chore: make sure everything builds before lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed Jan 20, 2023
1 parent b31ed97 commit a746fb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: ${{ steps.go-version.outputs.go-version }}
- name: Build executable
run: |
make build
- name: Lint
uses: golangci/[email protected]
with:
Expand Down

0 comments on commit a746fb8

Please sign in to comment.