mirror of
https://codeberg.org/lauralani/ipam.git
synced 2024-11-24 04:30:02 +01:00
9 lines
172 B
YAML
9 lines
172 B
YAML
|
pipeline:
|
||
|
go-lint:
|
||
|
image: golangci/golangci-lint
|
||
|
commands:
|
||
|
- golangci-lint run
|
||
|
when:
|
||
|
path: "*.go"
|
||
|
event: ["push", "pull_request", "manual"]
|