From 9001f472368ba63c34ae482e01c086d7d74a7548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 1 Jul 2023 09:47:43 +0100 Subject: [PATCH] try flake checker as an action --- .gitea/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 95238610..3ef844d9 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -14,9 +14,11 @@ jobs: --init none \ --no-confirm - uses: actions/checkout@v3 + - name: Check Nix flake inputs + uses: https://github.com/DeterminateSystems/flake-checker-action@v4 - name: Check run: | nix flake metadata nix flake check - nix run "github:DeterminateSystems/flake-checker" nix --no-sandbox develop -c statix check +