Skip to content

Commit 694ba20

Browse files
committed
Add CI for MicroHs
1 parent 85b5bb8 commit 694ba20

File tree

3 files changed

+15
-65
lines changed

3 files changed

+15
-65
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

.github/workflows/mhs.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: MicroHs
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: sol/setup-MicroHs@nightly
12+
- run: mcabal -r install "--git=https://github.com/hspec/hspec --branch=micro-hs" --dir=hspec-core hspec-core
13+
- run: mcabal -r install "--git=https://github.com/hspec/hspec" hspec
14+
- run: mcabal -r build

strip.cabal

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)