summaryrefslogtreecommitdiff
path: root/.github/workflows/lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/lint.yml')
-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