Merge pull request #9988 from sheaf/no-implicit-prelude-setup #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |