From 256b037a2298373a5037cad9597560a2109cee48 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 24 May 2024 17:24:33 +0200 Subject: [PATCH] Add name --- .gitea/workflows/check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/check.yml b/.gitea/workflows/check.yml index 480fe35..5fb8e8f 100644 --- a/.gitea/workflows/check.yml +++ b/.gitea/workflows/check.yml @@ -13,4 +13,5 @@ jobs: run: apt update && apt install sudo - uses: https://github.com/actions/checkout@v4 - uses: https://github.com/cachix/install-nix-action@v27 - - run: nix flake check . \ No newline at end of file + - name: Check flake configuration + run: nix flake check \ No newline at end of file