mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 23:40:27 +00:00
More linting fixes
This commit is contained in:
parent
587de96ab3
commit
f996a2b7ae
2
.github/workflows/development.yml
vendored
2
.github/workflows/development.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user