Skip to content

Commit

Permalink
Go linting requires go
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Nov 25, 2024
1 parent 2f4ff34 commit d7735cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- run: make lint-go || (echo "::notice Run 'make lint-fix' locally to fix this" && exit 1)
- run: make lint-license || (echo "::notice Run 'make lint-fix' locally to fix this" && exit 1)

Expand Down

0 comments on commit d7735cd

Please sign in to comment.