mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
Increase fetch depth in workflow
This commit is contained in:
parent
7bf9e1cfb3
commit
a6dd8446e4
2
.github/workflows/development.yml
vendored
2
.github/workflows/development.yml
vendored
@ -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…
Reference in New Issue
Block a user