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-24 23:37:02 +02:00
parent f996a2b7ae
commit 5636992446

View File

@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 20
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v1
with: