Skip to content

Commit

Permalink
Checkout code and setup-go before linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bombsimon committed Oct 1, 2023
1 parent b7693d3 commit ed0c80e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,12 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"

- name: "Run golangci-lint"
uses: golangci/golangci-lint-action@v3

0 comments on commit ed0c80e

Please sign in to comment.