From c98e26ae4e646a2caec920ffbd362839918b5a16 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 15 Jan 2025 06:52:30 +0100 Subject: [PATCH] ci: Interpunction The latter part is structurally a full sentence, if short. --- .github/workflows/check-nix-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-nix-format.yml b/.github/workflows/check-nix-format.yml index b99893556ea5..96727ee994e6 100644 --- a/.github/workflows/check-nix-format.yml +++ b/.github/workflows/check-nix-format.yml @@ -94,7 +94,7 @@ jobs: echo echo "nixfmt ${unformattedFiles[*]@Q}" echo - echo "Make sure your branch is up to date with master, rebase if not." + echo "Make sure your branch is up to date with master; rebase if not." echo "If you're having trouble, please ping @NixOS/nix-formatting" exit 1 fi