Woodpecker plugin for golangci-lint utility.
  • Shell 73.2%
  • Dockerfile 23.9%
  • Go 2.9%
Find a file
onlyati a015b3459b
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/cron/vulnerability Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
ci/woodpecker/cron/auto_merge Pipeline was successful
add license
2026-04-11 13:49:41 +02:00
test Dynamically fetch golangci-lint (#6) 2026-03-01 18:41:24 +01:00
.gitignore Dynamically fetch golangci-lint (#6) 2026-03-01 18:41:24 +01:00
.markdownlint.json initial commit 2026-02-18 19:56:17 +01:00
.prettierrc initial commit 2026-02-18 19:56:17 +01:00
build.sh Skip of no go.mod file (#10) 2026-04-10 21:25:43 +00:00
Containerfile Update docker.io/library/busybox:glibc Docker digest to b8d1827 (#9) 2026-03-25 20:30:40 +00:00
LICENSE add license 2026-04-11 13:49:41 +02:00
README.md point to forgejo url 2026-03-23 19:14:19 +01:00
renovate.json remove woodpecker jobs, renovate open one PR 2026-04-11 01:03:12 +02:00
test.sh point to forgejo url 2026-03-23 19:14:19 +01:00

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