diff options
author | Wim <wim@42.be> | 2020-06-24 23:28:41 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2020-06-24 23:28:41 +0200 |
commit | f996a2b7ae955f87341cd0a18d62ce160c070885 (patch) | |
tree | 3f72377d5ed9f8d57242b1980b3dcd256a83436d /.github | |
parent | 587de96ab3db0ff563a6ac591b49865cfc14cbb2 (diff) | |
download | matterbridge-msglm-f996a2b7ae955f87341cd0a18d62ce160c070885.tar.gz matterbridge-msglm-f996a2b7ae955f87341cd0a18d62ce160c070885.tar.bz2 matterbridge-msglm-f996a2b7ae955f87341cd0a18d62ce160c070885.zip |
More linting fixes
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 7139a1a2..f29d2b82 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -10,7 +10,7 @@ jobs: uses: golangci/golangci-lint-action@v1 with: version: v1.27 - args: "run -v" + args: "-v --new-from-rev HEAD~1" test: strategy: matrix: |