We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ddb93 commit 53f8f93Copy full SHA for 53f8f93
.github/workflows/pr.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- name: Write git diff to temp file
18
- run: git diff --unified=0 *.md translations/*/*.md | grep -Po '(?<=^\+)(?!\+\+).*' > ${{ runner.temp }}/diff.md
+ run: "git diff --unified=0 *.md translations/*/*.md | grep -Po '(?<=^\+)(?!\+\+).*' > ${{ runner.temp }}/diff.md"
19
- uses: DavidAnson/markdownlint-cli2-action@v17
20
with:
21
globs: "${{ runner.temp }}/diff.md"
diff.md
0 commit comments