Merge pull request #10364 from haskell/mergify/bp/3.14/pr-10341
[cabal.git] / .github / workflows / format.yml
blobd54310be61372480f1e05c2e4fdf676cd6470c94
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@v10
14       with:
15         version: "0.12.0.0"
16         pattern: |
17           Cabal/**/*.hs
18           Cabal-syntax/**/*.hs
19           cabal-install/**/*.hs