mirror of
https://codeberg.org/lauralani/ipam.git
synced 2024-11-23 20:20:39 +01:00
add linting
This commit is contained in:
parent
6a6b102c94
commit
0dde2b61a1
1 changed files with 8 additions and 0 deletions
8
.woodpecker/lint.yml
Normal file
8
.woodpecker/lint.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
pipeline:
|
||||||
|
go-lint:
|
||||||
|
image: golangci/golangci-lint
|
||||||
|
commands:
|
||||||
|
- golangci-lint run
|
||||||
|
when:
|
||||||
|
path: "*.go"
|
||||||
|
event: ["push", "pull_request", "manual"]
|
Loading…
Reference in a new issue