From 0a8fb6c949bbd9f3517d9356094a572323aa483e Mon Sep 17 00:00:00 2001 From: ant Date: Wed, 25 Jun 2025 16:58:48 +0200 Subject: [PATCH] add ci --- .forgejo/workflows/demo.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .forgejo/workflows/demo.yaml diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml new file mode 100644 index 0000000..a1302fd --- /dev/null +++ b/.forgejo/workflows/demo.yaml @@ -0,0 +1,8 @@ +on: [push] +jobs: + test: + runs-on: native + steps: + - run: echo All Good + - run: ls -l + - run: nix build .#nixosConfigurations.hs