Sign inSign up

kokuwaio/just

By kokuwaio

•Updated 2 days ago

A WoodpeckerCI plugin for linting just files.

Image
Integration & delivery
Developer tools
0

6.1K

kokuwaio/just repository overview

⁠Just WoodpeckerCI Plugin

pulls size dockerfile license prs issues

A WoodpeckerCI⁠ plugin for just⁠ to lint justfiles. Also usable with Gitlab, Github or locally, see examples for usage.

⁠Features

  • searches for justfiles recursive
  • runnable with local docker daemon

⁠Example

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

⁠Alternatives

ImageCommentamd64arm64
kokuwaio/just⁠Woodpecker pluginsizesize

Tag summary

Content type

Image

Digest

sha256:60edc7982…

Size

3.1 MB

Last updated

2 days ago

docker pull kokuwaio/just