From: Paul Marquess Date: Sun, 15 Feb 2026 12:15:33 +0000 (+0000) Subject: Fix typo - missing closing quote X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc681ebfc422048760950c095fccf64a10dcaebf;p=thirdparty%2Fzlib-ng.git Fix typo - missing closing quote --- diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3d1e3ad44..cc07d6726 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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