Skip to content

Commit 9ede4a6

Browse files
committed
fix
Signed-off-by: Frederic BIDON <[email protected]>
1 parent 5895fa9 commit 9ede4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: markdownlint
5353
uses: docker://avtodev/markdown-lint:v1.5
5454
with:
55-
config: ./github/.markdownlint.yml
55+
config: ./.github/.markdownlint.yml
5656
args: ${{ needs.markdown-changed.outputs.all_changed_files }}
5757
output: '${{ env.lintreport }}'
5858

0 commit comments

Comments
 (0)