Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Bump actions/checkout from 3.5.3 to 4.1.1 #59

Bump actions/checkout from 3.5.3 to 4.1.1

Bump actions/checkout from 3.5.3 to 4.1.1 #59

Workflow file for this run

name: Formatter
on:
pull_request: {}
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/[email protected]
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.WALL_BREW_BOT_PAT }}
- name: Install cljstyle
uses: just-sultanov/setup-cljstyle@v1
with:
version: '0.14.0'
- name: Format Clojure code
run: |
cljstyle fix --report --report-timing --verbose
git status
- name: Commit changes
uses: stefanzweifel/[email protected]
with:
commit_message: |
[Format] Auto-formatting