Skip to content

fix(deps): update dependency com.wallbrew:common-beer-format to v2.3.0 #258

fix(deps): update dependency com.wallbrew:common-beer-format to v2.3.0

fix(deps): update dependency com.wallbrew:common-beer-format to v2.3.0 #258

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
- name: Commit changes
uses: stefanzweifel/[email protected]
with:
commit_message: |
[Format] Auto-formatting
# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast/blob/master/sources/github-actions/workflows/format.yml