We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bd649 commit 1ec3a88Copy full SHA for 1ec3a88
.github/workflows/markdown.yml
@@ -21,6 +21,9 @@ jobs:
21
steps:
22
- name: Checkout Repo
23
uses: actions/checkout@v4
24
+ 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
27
28
- name: Get changed markdown files
29
id: changed-markdown-files
@@ -46,6 +49,9 @@ jobs:
46
49
47
50
48
51
52
53
54
55
56
- name: Run markdown linter
57
continue-on-error: true
0 commit comments