Skip to content

Commit

Permalink
Fix broken no-whitespace-issues-in-git lint job (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
matrss authored Feb 12, 2025
1 parent 9d3312e commit 12d03d5
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# conflict marker.
run: |
issues="$(
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 |
git diff --check $(git hash-object -t tree /dev/null) HEAD :^tests/data/example.txt :^docs/samples/flight-tracks/example.txt |
{ grep -v '^.*\.rst:.*leftover conflict marker$' || true; }
)"
echo "$issues"
Expand Down
Loading

0 comments on commit 12d03d5

Please sign in to comment.