diff options
author | Wim <wim@42.be> | 2020-06-24 23:37:02 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2020-06-24 23:37:02 +0200 |
commit | 56369924460e14f61c389269801247781adf8e84 (patch) | |
tree | 929ee17d23125079a41704558aa8f3d9becde39a /.github/workflows | |
parent | f996a2b7ae955f87341cd0a18d62ce160c070885 (diff) | |
download | matterbridge-msglm-56369924460e14f61c389269801247781adf8e84.tar.gz matterbridge-msglm-56369924460e14f61c389269801247781adf8e84.tar.bz2 matterbridge-msglm-56369924460e14f61c389269801247781adf8e84.zip |
Increase fetch-depth in workflow
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/development.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index f29d2b82..438066af 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -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: |