From e6d6bacf9ac9ea0909958f4ae04369eec99c989d Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Wed, 6 Aug 2025 20:48:46 +0200 Subject: [PATCH] add first CI --- .forgejo/workflows/check.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .forgejo/workflows/check.yaml diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml new file mode 100644 index 0000000..37ebc90 --- /dev/null +++ b/.forgejo/workflows/check.yaml @@ -0,0 +1,9 @@ +on: [push] + +jobs: + check: + runs-on: nixos-latest + steps: + - uses: actions/checkout@v4 + - name: Nixos check + run: nix flake check