Sign inSign up

kokuwaio/just

By kokuwaio

Updated 18 days ago

A WoodpeckerCI plugin for linting just files.

Image
Integration & delivery
Developer tools
0

5.9K

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/justWoodpecker pluginsizesize

Tag summary

Content type

Image

Digest

sha256:8b8ad7d2b

Size

3.1 MB

Last updated

18 days ago

docker pull kokuwaio/just