diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-09-13 11:36:54 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-09-13 11:47:28 +0200 |
commit | cb548fedb8668be2cdd18d310ef77e1fef8c5fcb (patch) | |
tree | b81f3660d8d1898e835e0779cfa4badea4537e0b /.github | |
parent | e8b48ddece267bfde7c0565a8ec39fd5b53cee72 (diff) | |
download | dna-backup-cb548fedb8668be2cdd18d310ef77e1fef8c5fcb.tar.gz dna-backup-cb548fedb8668be2cdd18d310ef77e1fef8c5fcb.zip |
fix golint ci errors
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4276554..b701a0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,7 @@ jobs: uses: golangci/golangci-lint-action@v2 with: version: v1.29 + args: --issues-exit-code=0 # do not fail ci only-new-issues: true test: runs-on: ubuntu-latest |