Skip to content

Commit

Permalink
Merge pull request mlabs-haskell#57 from mlabs-haskell/uhbif19/fix-ci
Browse files Browse the repository at this point in the history
Fixup CI
  • Loading branch information
uhbif19 authored Apr 27, 2024
2 parents 8d25e11 + 391b41e commit 9839dfc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Haskell-CI
on:
- push
- pull_request
jobs:
tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -44,5 +45,5 @@ jobs:
run: |
cabal install cabal-fmt
cabal install fourmolu
cabal-fmt --check cem-script.cabal
fourmolu .
/home/runner/.cabal-devx/bin/cabal-fmt --check cem-script.cabal
/home/runner/.cabal-devx/bin/fourmolu .

0 comments on commit 9839dfc

Please sign in to comment.