mirror of
https://github.com/juanfont/headscale.git
synced 2025-07-29 08:53:42 +00:00
Fix invocation of golangci-lint (#2703)
This commit is contained in:
parent
bcd80ee773
commit
e7fe645be5
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
@ -38,7 +38,10 @@ jobs:
|
|||||||
if: steps.changed-files.outputs.files == 'true'
|
if: steps.changed-files.outputs.files == 'true'
|
||||||
run: nix develop --command -- golangci-lint run
|
run: nix develop --command -- golangci-lint run
|
||||||
--new-from-rev=${{github.event.pull_request.base.sha}}
|
--new-from-rev=${{github.event.pull_request.base.sha}}
|
||||||
--format=colored-line-number
|
--output.text.path=stdout
|
||||||
|
--output.text.print-linter-name
|
||||||
|
--output.text.print-issued-lines
|
||||||
|
--output.text.colors
|
||||||
|
|
||||||
prettier-lint:
|
prettier-lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user