Increase fetch depth in workflow

pull/1169/head
Wim 4 years ago
parent 7bf9e1cfb3
commit a6dd8446e4

@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 20
fetch-depth: 100
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v1
with:

Loading…
Cancel
Save