We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8286b commit ca60d04Copy full SHA for ca60d04
.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"
0 commit comments