Skip to content

Backport #10548: Print info about current project file in use to stderr and ignore the imports by default #5621

Backport #10548: Print info about current project file in use to stderr and ignore the imports by default

Backport #10548: Print info about current project file in use to stderr and ignore the imports by default #5621

Workflow file for this run

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