This project is deprecated.
See more powerful action here DeLaGuardo/setup-clojure.
This action sets up cljstyle for using in Github Actions.
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 srcThe scripts and documentation in this project are released under the MIT License.