tetris-cli/.github/workflows/ci.yml
2022-11-28 17:01:40 -08:00

12 lines
281 B
YAML

on: [push]
name: build
jobs:
runhaskell:
name: Hello World
runs-on: ubuntu-latest # or macOS-latest, or windows-latest
steps:
- uses: actions/checkout@v3
- uses: haskell/actions/setup@v2
with:
enable-stack: true
- run: stack build