Skip to content

initial support for ghc-9.12.1 #42

initial support for ghc-9.12.1

initial support for ghc-9.12.1 #42

Workflow file for this run

name: ormolu-check
on:
push:
pull_request:
jobs:
ormolu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/run-ormolu@v16
with:
pattern: |
CI.hs
ghc-lib-gen/src/*.hs
examples/ghc-lib-test-utils/src/*.hs
mode: check