diff options
author | Wim <wim@42.be> | 2020-06-24 23:21:15 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2020-06-24 23:21:15 +0200 |
commit | 587de96ab3db0ff563a6ac591b49865cfc14cbb2 (patch) | |
tree | 1e35df71f0a25f2936dfde89d2aa0c349299c742 /.github | |
parent | 80eb1cd20235bec1185a984a04dea8d9daa65b09 (diff) | |
download | matterbridge-msglm-587de96ab3db0ff563a6ac591b49865cfc14cbb2.tar.gz matterbridge-msglm-587de96ab3db0ff563a6ac591b49865cfc14cbb2.tar.bz2 matterbridge-msglm-587de96ab3db0ff563a6ac591b49865cfc14cbb2.zip |
Update golangci-lint config
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/development.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index f7d2f5e3..7139a1a2 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -10,6 +10,7 @@ jobs: uses: golangci/golangci-lint-action@v1 with: version: v1.27 + args: "run -v" test: strategy: matrix: |