Skip to content

Commit

Permalink
Add linters
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbif19 committed Apr 27, 2024
1 parent 12b7185 commit f22eeb8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ jobs:
cabal update
cabal build
cabal test
- name: Install and run linters
shell: devx {0}
run: |
cabal install cabal-fmt
cabal install fourmolu
cabal-fmt --check cem-script.cabal
fourmolu .

0 comments on commit f22eeb8

Please sign in to comment.