Substantially revamp Markdown processing #2149
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: Normalize cabal file formatting | |
| on: | |
| push: | |
| paths: | |
| - '**.hs' | |
| - '**.cabal' | |
| branches: | |
| - main | |
| pull_request: | |
| paths: | |
| - '**.hs' | |
| - '**.cabal' | |
| branches: | |
| - main | |
| jobs: | |
| gild: | |
| name: Normalize cabal | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: tfausak/cabal-gild-setup-action@v2 | |
| with: | |
| version: 1.3.0.1 | |
| - run: cabal-gild --input swarm.cabal --mode check |