File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3131 - name : Notify
3232 run : |
3333 echo "::notice::Detected some changed markdown files"
34+ echo "${{ steps.changed-markdown-files.outputs.all_changed_files }}"
3435
3536 lint-markdown :
3637 needs : markdown-changed
5253 uses : docker://avtodev/markdown-lint:v1.5
5354 with :
5455 config : .markdownlint.yml
55- args : ' ${{ needs.markdown-changed.outputs.all_changed_files }}'
56+ args : " ${{ needs.markdown-changed.outputs.all_changed_files }}"
5657 output : ' ${{ env.lintreport }}'
5758
5859 - name : Find previous PR comment
Original file line number Diff line number Diff line change 44default : true
55
66# ul-style # default: consistent
7- # MD004: false
7+ MD004 : consistent
88
99# hard-tabs
1010MD010 : false
@@ -17,11 +17,11 @@ MD024:
1717 siblings_only : true
1818
1919# single-title
20- # MD025: false
20+ MD025 : true
2121
2222# ol-prefix
2323MD029 :
24- style : ordered
24+ style : one_or_ordered
2525
2626# no-inline-html
2727MD033 : false
You can’t perform that action at this time.
0 commit comments