Skip to content

Commit 53f8f93

Browse files
committed
Another CI fix
1 parent 90ddb93 commit 53f8f93

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Write git diff to temp file
18-
run: git diff --unified=0 *.md translations/*/*.md | grep -Po '(?<=^\+)(?!\+\+).*' > ${{ runner.temp }}/diff.md
18+
run: "git diff --unified=0 *.md translations/*/*.md | grep -Po '(?<=^\+)(?!\+\+).*' > ${{ runner.temp }}/diff.md"
1919
- uses: DavidAnson/markdownlint-cli2-action@v17
2020
with:
2121
globs: "${{ runner.temp }}/diff.md"

diff.md

Whitespace-only changes.

0 commit comments

Comments
 (0)