Skip to content

Commit

Permalink
Merge pull request mlabs-haskell#58 from mlabs-haskell/revert-57-uhbi…
Browse files Browse the repository at this point in the history
…f19/fix-ci

Revert "Fixup CI"
  • Loading branch information
uhbif19 authored Apr 27, 2024
2 parents 9839dfc + 813a2fb commit 139d6b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Haskell-CI
on:
- push
- pull_request
jobs:
tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -45,5 +44,5 @@ jobs:
run: |
cabal install cabal-fmt
cabal install fourmolu
/home/runner/.cabal-devx/bin/cabal-fmt --check cem-script.cabal
/home/runner/.cabal-devx/bin/fourmolu .
cabal-fmt --check cem-script.cabal
fourmolu .

0 comments on commit 139d6b5

Please sign in to comment.