Skip to content

Commit b8fff06

Browse files
authored
docs: fix example (#762)
1 parent 5f1fec7 commit b8fff06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
name: lint
3939
runs-on: ubuntu-latest
4040
steps:
41+
- uses: actions/checkout@v3
4142
- uses: actions/setup-go@v4
4243
with:
4344
go-version: '1.17'
4445
cache: false
45-
- uses: actions/checkout@v3
4646
- name: golangci-lint
4747
uses: golangci/golangci-lint-action@v3
4848
with:

0 commit comments

Comments
 (0)