Skip to content

Commit

Permalink
ci: checkout repo before setting up golang
Browse files Browse the repository at this point in the history
  • Loading branch information
pirtleshell committed Aug 13, 2024
1 parent 87ef866 commit 15ac44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 15ac44e

Please sign in to comment.