File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
template/.github/workflows Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
45
- - uses : reviewdog/action-markdownlint@5bc6ad5ba9e1250878f351bafcc7ac0a11dc050f # v0.18 .0
45
+ - uses : reviewdog/action-markdownlint@8a1ef8f946e74c4d7119ec2489069a870b2a4e8f # v0.20 .0
46
46
with :
47
47
github_token : ${{ secrets.GITHUB_TOKEN }}
48
48
markdownlint_flags : ' **/*(*.md|*.md.j2)'
Original file line number Diff line number Diff line change 46
46
runs-on : ubuntu-latest
47
47
steps :
48
48
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49
- - uses : reviewdog/action-markdownlint@5bc6ad5ba9e1250878f351bafcc7ac0a11dc050f # v0.18 .0
49
+ - uses : reviewdog/action-markdownlint@8a1ef8f946e74c4d7119ec2489069a870b2a4e8f # v0.20 .0
50
50
with :
51
51
github_token : ${{ secrets.GITHUB_TOKEN }}
52
52
markdownlint_flags : ' **/*(*.md|*.md.j2)'
You can’t perform that action at this time.
0 commit comments