We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5396ce commit 8021289Copy full SHA for 8021289
.github/workflows/golangci-lint.yml
@@ -19,6 +19,8 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v4
22
+ with:
23
+ fetch-depth: 0 # required for new-from-rev option to work
24
- uses: actions/setup-go@v5
25
with:
26
go-version: stable
0 commit comments