gitea action
build / build (push) Successful in 19s

This commit is contained in:
2026-07-11 17:48:45 -06:00
parent d71d78c68f
commit f592a4ecbd
2 changed files with 31 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
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 flake check -L