add ci
Some checks failed
/ test (push) Failing after 1s

This commit is contained in:
ant 2025-06-25 16:58:48 +02:00
parent 5a0c6f02dd
commit 0599c79001

View file

@ -0,0 +1,12 @@
on: [push]
jobs:
test:
runs-on: native
steps:
- run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY repo
- run: git -C repo checkout $GITHUB_REF
- run: echo All Good
- run: ls -l
- run: whoami
- run: echo $PATH
- run: nix build repo#nixosConfigurations.hs