Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Diaz committed Apr 25, 2023
1 parent 6bb129c commit 84fb92b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: build
on:
- push
jobs:
check-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: curl -sSL https://get.haskellstack.org/ | sh
- run: ./build

0 comments on commit 84fb92b

Please sign in to comment.