From 92e90e467b7a299b0bfae0ad54a8656144983860 Mon Sep 17 00:00:00 2001 From: nydragon Date: Mon, 3 Feb 2025 12:29:47 +0100 Subject: [PATCH] chore: add ci --- .forgejo/workflows/ci.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .forgejo/workflows/ci.yaml 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