Skip to content

Commit 2b4312a

Browse files
Update to use github action for golangci-lint
1 parent b30e678 commit 2b4312a

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
@@ -16,12 +16,12 @@ jobs:
1616
name: lint
1717
runs-on: ubuntu-latest
1818
steps:
19+
- uses: actions/checkout@v3
1920
- uses: actions/setup-go@v3
2021
with:
2122
go-version-file: 'go.mod'
2223
check-latest: true
2324
cache: true
24-
- uses: actions/checkout@v3
2525
- name: golangci-lint
2626
uses: golangci/golangci-lint-action@v3
2727
with:

0 commit comments

Comments
 (0)