diff options
| author | Paul Marquess <pmqs@outlook.com> | 2026-02-15 12:15:33 +0000 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2026-02-17 16:58:07 +0100 |
| commit | bc681ebfc422048760950c095fccf64a10dcaebf (patch) | |
| tree | 66de4707a7dbe2103b2a294102de0f26c170d8ed /.github | |
| parent | 5f5067003a0bb8367a9d4cfe2542fece61b2d7c0 (diff) | |
| download | Project-Tick-bc681ebfc422048760950c095fccf64a10dcaebf.tar.gz Project-Tick-bc681ebfc422048760950c095fccf64a10dcaebf.zip | |
Fix typo - missing closing quote
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
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 |
