From f15ca0f2a799316554e73b6eccaee9940b4f5255 Mon Sep 17 00:00:00 2001 From: Markus Wamser Date: Sat, 17 May 2025 11:41:11 +0200 Subject: [PATCH] CONTRIBUTING.md: fix link to formt-check workflow --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca89ca3854a2..8636219cc9ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -533,7 +533,7 @@ Names of files and directories should be in lowercase, with dashes between words ### Formatting -CI [enforces](./.github/workflows/check-nix-format.yml) all Nix files to be +CI [enforces](./.github/workflows/check-format.yml) all Nix files to be formatted using the [official Nix formatter](https://github.com/NixOS/nixfmt). You can ensure this locally using either of these commands: