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