Ada
8458ad116a
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/pr/release Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
11 lines
No EOL
285 B
YAML
11 lines
No EOL
285 B
YAML
steps:
|
|
lint:
|
|
image: golang:1.22
|
|
commands:
|
|
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
|
- golangci-lint run
|
|
when:
|
|
- event: pull_request
|
|
repo: gnouseu/plakken
|
|
- event: push
|
|
branch: ${CI_REPO_DEFAULT_BRANCH} |