Skip to content

Commit ca60d04

Browse files
committed
Another change
1 parent 1e8286b commit ca60d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)