Skip to content

Commit

Permalink
ormolu check workflow (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher authored Aug 1, 2024
1 parent b0493ab commit 2b360c7
Show file tree
Hide file tree
Showing 6 changed files with 747 additions and 650 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ormolu-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: ormolu-check
on:
push:
pull_request:
jobs:
ormolu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/run-ormolu@v16
with:
pattern: |
CI.hs
ghc-lib-gen/src/*.hs
examples/ghc-lib-test-utils/src/*.hs
mode: check
Loading

0 comments on commit 2b360c7

Please sign in to comment.