Woodpecker plugin for
golangci-lint utility.
- Shell 73.2%
- Dockerfile 23.9%
- Go 2.9%
| test | ||
| .gitignore | ||
| .markdownlint.json | ||
| .prettierrc | ||
| build.sh | ||
| Containerfile | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
| test.sh | ||
Container with golangci-lint for Woodpecker CI
This is a plugin for Woodpecker CI that verify Go code with golangci-lint
utility.
Usage
It can be used at any event after go preparation step.
steps:
- name: Prepare go
image: code.thinkaboutit.tech/pandora/prepare-go.woodpecker
settings:
version: 1.26
- name: Lint Go code
image: code.thinkaboutit.tech/pandora/golangci-lint.woodpecker
settings:
debug: true
Settings
| Name | Default value | Description |
|---|---|---|
| context | Project_root | Path to go.mod |