5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 00:39:34 +00:00

Increase fetch depth in workflow

This commit is contained in:
Wim 2020-06-28 18:17:26 +02:00
parent 7bf9e1cfb3
commit a6dd8446e4

View File

@ -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: