We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30e678 commit 2b4312aCopy full SHA for 2b4312a
.github/workflows/lint.yml
@@ -16,12 +16,12 @@ jobs:
16
name: lint
17
runs-on: ubuntu-latest
18
steps:
19
+ - uses: actions/checkout@v3
20
- uses: actions/setup-go@v3
21
with:
22
go-version-file: 'go.mod'
23
check-latest: true
24
cache: true
- - uses: actions/checkout@v3
25
- name: golangci-lint
26
uses: golangci/golangci-lint-action@v3
27
0 commit comments