Skip to content

Commit a8b050c

Browse files
committed
Another change 2
1 parent 283a9f7 commit a8b050c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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
18+
run: git diff --unified=0 *.md translations/*/*.md
1919
- uses: DavidAnson/markdownlint-cli2-action@v17
2020
with:
2121
globs: "${{ runner.temp }}/diff.md"

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ PS: If you're a returning reader, you can learn about the new modifications [her
2424

2525
So, here we go...
2626
[invalid link]()
27-
sample text
2827

2928
# Table of Contents
3029

0 commit comments

Comments
 (0)