From 448e64f8fed0bb881f8be9852150c906a8ce7217 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..0702274 --- /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: nix flake check --verbose