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 5895fa9 commit 9ede4a6Copy full SHA for 9ede4a6
.github/workflows/markdown.yml
@@ -52,7 +52,7 @@ jobs:
52
id: markdownlint
53
uses: docker://avtodev/markdown-lint:v1.5
54
with:
55
- config: ./github/.markdownlint.yml
+ config: ./.github/.markdownlint.yml
56
args: ${{ needs.markdown-changed.outputs.all_changed_files }}
57
output: '${{ env.lintreport }}'
58
0 commit comments