Merge pull request #10805 from hsyl20/hsyl20/flags #4
This file contains hidden or 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@v11 | |
| with: | |
| version: "0.12.0.0" | |
| pattern: | | |
| Cabal/**/*.hs | |
| Cabal-syntax/**/*.hs | |
| cabal-install/**/*.hs | |
| cabal-validate/**/*.hs |