From ec283651222dacd7b9f17f3592a278a62eed61cc Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 1 Oct 2023 00:08:28 +0100 Subject: [PATCH] doc: added info that formatting is now mandatory --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 642c62a..e26bdc6 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,8 @@ nix flake lock --update-input nixpkgs ``` ### Formatting -Formatting helps keep everything nice and consistent. +Formatting helps keep everything nice and consistent. +The pipeline will only run if the file is correctly formatted. ```shell nix fmt