Skip to content

Commit

Permalink
Add fourmolu CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Sep 10, 2023
1 parent f00ae0f commit eb91ba1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/fourmolu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: fourmolu
on: push
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: fourmolu/fourmolu-action@v9
with:
pattern: |
src/**/*.hs

0 comments on commit eb91ba1

Please sign in to comment.