1
0
Fork 0
forked from NixOS/nixpkgs

CONTRIBUTING.md: fix link to formt-check workflow

This commit is contained in:
Markus Wamser 2025-05-17 11:41:11 +02:00 committed by GitHub
parent 84c09fc133
commit f15ca0f2a7
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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: