]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fix typo - missing closing quote
authorPaul Marquess <pmqs@outlook.com>
Sun, 15 Feb 2026 12:15:33 +0000 (12:15 +0000)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 17 Feb 2026 15:58:07 +0000 (16:58 +0100)
.github/workflows/lint.yml

index 3d1e3ad44a952ffc54a3ac6b691f2461784151be..cc07d6726456239ec1f3839fec3ef63347e14dd0 100644 (file)
@@ -16,4 +16,4 @@ jobs:
         BASE_SHA="${{ github.event.pull_request.base.sha }}"
         BASE_SHA="${BASE_SHA:-4b825dc642cb6eb9a060e54bf8d69288fbee4904}"
         git config core.whitespace blank-at-eol
-        git diff --color --check "$BASE_SHA" -- './*' ':!*.patch
\ No newline at end of file
+        git diff --color --check "$BASE_SHA" -- './*' ':!*.patch'
\ No newline at end of file