Skip to content

Commit a2272a0

Browse files
committed
Tweak lint step to checkout first
1 parent aafe751 commit a2272a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
name: Lint
1616
runs-on: ubuntu-latest
1717
steps:
18+
- uses: actions/checkout@v4
1819
- uses: actions/setup-go@v5
1920
with:
2021
go-version-file: "go.mod"
21-
- uses: actions/checkout@v4
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v6
2424
with:

0 commit comments

Comments
 (0)