summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Marquess <pmqs@outlook.com>2026-02-15 12:15:33 +0000
committerHans Kristian Rosbach <hk-github@circlestorm.org>2026-02-17 16:58:07 +0100
commitbc681ebfc422048760950c095fccf64a10dcaebf (patch)
tree66de4707a7dbe2103b2a294102de0f26c170d8ed
parent5f5067003a0bb8367a9d4cfe2542fece61b2d7c0 (diff)
downloadProject-Tick-bc681ebfc422048760950c095fccf64a10dcaebf.tar.gz
Project-Tick-bc681ebfc422048760950c095fccf64a10dcaebf.zip
Fix typo - missing closing quote
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 3d1e3ad44a..cc07d67264 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