Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Set up your GitHub Actions workflow with a specific version of cljstyle

License

Notifications You must be signed in to change notification settings

just-sultanov/setup-cljstyle

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-cljstyle action status

This project is deprecated.

See more powerful action here DeLaGuardo/setup-clojure.


setup-cljstyle

This action sets up cljstyle for using in Github Actions.

Usage

See action.yml

steps:
  - name: Install cljstyle
    uses: just-sultanov/setup-cljstyle@v1
    with:
      version: '0.14.0'

  - name: Checkout
    uses: actions/checkout@latest

  - name: Run cljstyle
    run: cljstyle check src

License

The scripts and documentation in this project are released under the MIT License.