Skip to content

⬆️ update GHC to 9.6.3 and 9.4.8, update the default to GHC 9… #542

⬆️ update GHC to 9.6.3 and 9.4.8, update the default to GHC 9…

⬆️ update GHC to 9.6.3 and 9.4.8, update the default to GHC 9… #542

Workflow file for this run

name: Auto format by ormolu
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
ormolu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/run-ormolu@v14
with:
mode: inplace
version: 0.5.3.0
- name: apply formatting changes
uses: stefanzweifel/git-auto-commit-action@v5
if: ${{ always() }}
with:
commit_message: ":art: automated ormolu commit"