Skip to content

Commit 15ac44e

Browse files
committed
ci: checkout repo before setting up golang
1 parent 87ef866 commit 15ac44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
name: golangci-lint
1515
runs-on: ubuntu-latest
1616
steps:
17+
- uses: actions/checkout@v3
1718
- uses: actions/setup-go@v5
1819
with:
1920
go-version-file: "go.mod"
2021
check-latest: true
21-
- uses: actions/checkout@v3
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v3
2424
with:

0 commit comments

Comments
 (0)