From e8c839f745b98dbfebb251d77a084ebcffeb75d8 Mon Sep 17 00:00:00 2001 From: Awen Lelu Date: Wed, 12 Nov 2025 12:24:21 +0100 Subject: [PATCH] test --- .gitea/workflows/analysis.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/analysis.yaml diff --git a/.gitea/workflows/analysis.yaml b/.gitea/workflows/analysis.yaml new file mode 100644 index 0000000..adafc10 --- /dev/null +++ b/.gitea/workflows/analysis.yaml @@ -0,0 +1,15 @@ +on: [push] + +jobs: + analysis: + permissions: + contents: read + id-token: write + name: perform flake analysis + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v4 + - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/magic-nix-cache-action@main + - name: Check Nix flake inputs + uses: http://github.com/DeterminateSystems/flake-checker-action@main