Skip to content

Commit

Permalink
add CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Jul 6, 2023
1 parent d574bad commit 234db0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@ jobs:

- run: git --version

- run: ghc hello.hs -o hello

- run: make install-dependencies

- run: ghc hello.hs -o hello

- run: ghc-pkg list

- run: make
Expand Down
1 change: 1 addition & 0 deletions hello.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
main = putStrLn "Hello World"

0 comments on commit 234db0e

Please sign in to comment.