Skip to content

Commit

Permalink
Add GitHub Actions job to run Ormolu
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed Apr 4, 2024
1 parent 3179ee3 commit 449194e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v3
ormolu:
name: Ormolu check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/run-ormolu@v15
cabal_test:
name: cabal test - ghc-${{ matrix.ghc }}
needs: generate-matrix
Expand Down

0 comments on commit 449194e

Please sign in to comment.