A WoodpeckerCI plugin for linting just files.
5.9K
A WoodpeckerCI plugin for just to lint justfiles. Also usable with Gitlab, Github or locally, see examples for usage.
Woodpecker:
steps:
just:
depends_on: []
image: kokuwaio/just:1.58.0
when:
event: pull_request
path: [.justfile]
Gitlab: (using script is needed because of https://gitlab.com/gitlab-org/gitlab/-/issues/19717)
just:
needs: []
stage: lint
image:
name: kokuwaio/just:1.58.0
entrypoint: [""]
script: [/usr/bin/entrypoint.sh]
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes: ["**/.justfile"]
CLI:
docker run --rm --volume=$PWD:$PWD:ro --workdir=$PWD kokuwaio/just:1.58.0
| Image | Comment | amd64 | arm64 |
|---|---|---|---|
| kokuwaio/just | Woodpecker plugin |
Content type
Image
Digest
sha256:8b8ad7d2b…
Size
3.1 MB
Last updated
18 days ago
docker pull kokuwaio/just