5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00

More linting fixes

This commit is contained in:
Wim 2020-06-24 23:28:41 +02:00
parent 587de96ab3
commit f996a2b7ae

View File

@ -10,7 +10,7 @@ jobs:
uses: golangci/golangci-lint-action@v1 uses: golangci/golangci-lint-action@v1
with: with:
version: v1.27 version: v1.27
args: "run -v" args: "-v --new-from-rev HEAD~1"
test: test:
strategy: strategy:
matrix: matrix: