diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml new file mode 100644 index 0000000..b9144b2 --- /dev/null +++ b/.forgejo/workflows/ci.yaml @@ -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