Skip to content

Set up cljstyle

Actions
Install cljstyle
v0.5.4
Latest
Star (4)

setup-cljstyle

Install cljstyle

Available on Marketplace · Usage · Development Guide

Lint   Test


Usage

steps:
  - uses: actions/checkout@v2
  - uses: 0918nobita/[email protected]
  - run: cljstyle version
  - run: cljstyle check

Inputs

cljstyle-version

Optional If omitted, the latest version of cljstyle will be installed.

Example :

steps:
  - uses: actions/checkout@v2
  - uses: 0918nobita/[email protected]
    with:
      cljstyle-version: "0.15.0"
  - run: cljstyle version # => mvxcvi/cljstyle 0.15.0 (...)

token

Optional Default is ${{ github.token }}.

run-check

Optional (default: false) If specified, run cljstyle check --verbose after installing cljstyle.

Example :

steps:
  - uses: actions/checkout@v2
  - uses: 0918nobita/[email protected]
    with:
      run-check: true

Supported runners

  • windows-latest
  • macos-latest
  • ubuntu-latest

Set up cljstyle is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install cljstyle
v0.5.4
Latest

Set up cljstyle is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.