Unverified Commit 31ea39ff authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

CONTRIBUTING.md: fix link to format-check workflow (#407867)

parents 0b4a58a8 f15ca0f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: