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 3d82281 commit 13f954cCopy full SHA for 13f954c
.github/workflows/test.yml
@@ -19,6 +19,8 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v2
22
+ with:
23
+ fetch-depth: 2
24
- name: golangci-lint
25
uses: golangci/golangci-lint-action@v2
26
with:
0 commit comments