Merge pull request #10525 from 9999years/field-stanza-names
[cabal.git] / .github / workflows / format.yml
blob11f4c4ce5d2ebe7b6fccff2cd715d30af6172158
1 name: Formatting
3 on:
4   pull_request:
5   push:
6     branches: ["master"]
8 jobs:
9   fourmolu:
10     runs-on: ubuntu-latest
11     steps:
12     - uses: actions/checkout@v4
13     - uses: haskell-actions/run-fourmolu@v11
14       with:
15         version: "0.12.0.0"
16         pattern: |
17           Cabal/**/*.hs
18           Cabal-syntax/**/*.hs
19           cabal-install/**/*.hs
20           cabal-validate/**/*.hs