Skip to content

Commit 303ca90

Browse files
committed
Fix broken no-whitespace-issues-in-git lint job
1 parent 9d3312e commit 303ca90

File tree

2 files changed

+87
-88
lines changed

2 files changed

+87
-88
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# conflict marker.
6868
run: |
6969
issues="$(
70-
git diff --check $(git hash-object -t tree /dev/null) HEAD :^tests/data/example.txt :^docs/samples/flight-tracks/example.txt :^mslib/msui/ui/ui_mscolab_help_section.ui |
70+
git diff --check $(git hash-object -t tree /dev/null) HEAD :^tests/data/example.txt :^docs/samples/flight-tracks/example.txt |
7171
{ grep -v '^.*\.rst:.*leftover conflict marker$' || true; }
7272
)"
7373
echo "$issues"

0 commit comments

Comments
 (0)