Skip to content

merge queue: embarking master (8974189) and #11676 together #9633

merge queue: embarking master (8974189) and #11676 together

merge queue: embarking master (8974189) and #11676 together #9633

Workflow file for this run

name: Formatting
on:
pull_request:
push:
branches: ["master"]
jobs:
fourmolu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: haskell-actions/run-fourmolu@v12
with:
version: "0.12.0.0"
pattern: |
Cabal/**/*.hs
Cabal-syntax/**/*.hs
cabal-install/**/*.hs
cabal-validate/**/*.hs