gitea action

This commit is contained in:
2026-08-16 10:57:49 -06:00
parent 1b329c6432
commit ab77858eda
4 changed files with 42 additions and 8 deletions
+11
View File
@@ -0,0 +1,11 @@
name: build
on: [push]
jobs:
build:
runs-on: nixos
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: build wiktlarp
run: nix build -L .#wiktlarp