Add woodpecker ci

This commit is contained in:
Yiyun Liu 2025-03-21 18:01:32 -04:00
parent c1c726823b
commit b7820e6d9f

10
.woodpecker.yaml Normal file
View file

@ -0,0 +1,10 @@
when:
- event: push
branch: main
steps:
- name: build
image: haskell:9.10.1-bullseye
commands:
- cabal update && cabal build
- cabal run site build