Skip to content

Commit

Permalink
Add minimal CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samtay committed May 3, 2024
1 parent c52947e commit c68bcfc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on: [push]
name: build
jobs:
runhaskell:
name: Hello World
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
with:
enable-stack: true
- run: stack build

0 comments on commit c68bcfc

Please sign in to comment.