chore: add ci
Some checks failed
/ test (push) Failing after 1m2s

This commit is contained in:
nydragon 2025-02-03 12:29:47 +01:00
parent 9208515d0f
commit 92e90e467b
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -0,0 +1,10 @@
on: [push]
jobs:
test:
runs-on: debian-latest
steps:
- uses: actions/checkout@v4
- run: sh <(curl -L https://nixos.org/nix/install) --daemon --yes
- run: echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- run: sh -c nix flake check --verbose