Set up cljstyle
ActionsInstall cljstyle
Available on Marketplace · Usage · Development Guide
steps:
- uses: actions/checkout@v2
- uses: 0918nobita/[email protected]
- run: cljstyle version
- run: cljstyle check
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 (...)
Optional Default is ${{ github.token }}
.
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
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.