Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit aaf8aea8765518fec1dd960ead2fb0a1908192a1 Author: Wim <wim@42.be> Date: Sun Jun 28 18:17:26 2020 +0000 Increase fetch depth in workflow diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 82f2c4a..38d15ce 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -77 +77 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 20 + fetch-depth: 100 - name: Run golangci-lint uses: golangci/golangci-lint-action@v1 with: