Files
gyehoek-hs/.gitea/workflows/build.yaml
T
msyds ba6942f78e
build / build (push) Failing after 51s
gitea action
2026-07-11 17:45:52 -06:00

14 lines
273 B
YAML

name: build
on: [push]
jobs:
build:
runs-on: nixos
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: build gyehoek
run: nix build -L .#gyehoek
- name: test gyehoek
run: nix develop -c cabal test