Skip to content

Commit 8c3205f

Browse files
committed
Add comment
1 parent 8b3eb3f commit 8c3205f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
2121
- name: Get changed files
2222
id: changed-files
23-
# source: https://stackoverflow.com/a/74268200
23+
# source: https://stackoverflow.com/a/74268200, added filtering for markdown files
2424
run: |
2525
if ${{ github.event_name == 'pull_request' }}; then
2626
changed_files=$(git diff --name-only -r HEAD^1 HEAD -z | grep '\.md$' -zZ | xargs -0)

Diff for: content/news/050/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ date = 2024-05-03
55
draft = true
66
+++
77

8-
98
<!-- no toc -->
109

1110
<!-- Check the post with markdownlint-->

0 commit comments

Comments
 (0)