diff options
author | Wim <wim@42.be> | 2020-06-28 18:17:26 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2020-06-28 18:17:26 +0200 |
commit | a6dd8446e4e331fe2ece23f6b970b261475f09c8 (patch) | |
tree | 84c304333278b762700bb4ffd69343189fc889ed /.github | |
parent | 7bf9e1cfb34fd1a4159a79a640954fca4489f75a (diff) | |
download | matterbridge-msglm-a6dd8446e4e331fe2ece23f6b970b261475f09c8.tar.gz matterbridge-msglm-a6dd8446e4e331fe2ece23f6b970b261475f09c8.tar.bz2 matterbridge-msglm-a6dd8446e4e331fe2ece23f6b970b261475f09c8.zip |
Increase fetch depth in workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/development.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 82f2c4aa..38d15cec 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -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: |