Skip to content

Commit bcdcdc9

Browse files
committed
fixup
Signed-off-by: Frederic BIDON <[email protected]>
1 parent 1ec3a88 commit bcdcdc9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/markdown.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Markdown
22

3+
#
4+
# Analyzes changed markdown files and issue detected issues as a comment of the pull request
5+
#
6+
37
on:
48
pull_request_target:
59
paths:
@@ -22,8 +26,7 @@ jobs:
2226
- name: Checkout Repo
2327
uses: actions/checkout@v4
2428
with:
25-
ref: ${{ github.event.pull_request.head.sha }}
26-
#ref: "refs/pull/${{ github.event.number }}/merge" # it's okay to pull the user's changes: we just scan md's
29+
ref: ${{ github.event.pull_request.head.sha }} # it's okay to pull the user's changes: we just scan md's
2730

2831
- name: Get changed markdown files
2932
id: changed-markdown-files
@@ -51,7 +54,6 @@ jobs:
5154
uses: actions/checkout@v4
5255
with:
5356
ref: ${{ github.event.pull_request.head.sha }}
54-
#ref: "refs/pull/${{ github.event.number }}/merge" # it's okay to pull the user's changes: we just scan md's
5557

5658
- name: Run markdown linter
5759
continue-on-error: true

0 commit comments

Comments
 (0)