From 9f7da0727a01dc8b4aa1cf3a552eabd68f0e9ebb Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 18 Dec 2025 16:17:03 +0300 Subject: [PATCH] ci: fix workflow id for formatting check Signed-off-by: NotAShelf Change-Id: I44b40a5e771022cb94b8e0e9405375216a6a6964 --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5583213e..e3a3a7ed 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -28,7 +28,7 @@ jobs: - name: Check Flake run: nix flake check - format-with-alejandra: + format-sources: name: "Check formatting" runs-on: ubuntu-latest if: "!contains(github.event.pull_request.title, '[skip ci]')"