File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11name : Markdown
22
3+ #
4+ # Analyzes changed markdown files and issue detected issues as a comment of the pull request
5+ #
6+
37on :
48 pull_request_target :
59 paths :
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
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
You can’t perform that action at this time.
0 commit comments