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 0f87c25 commit 8b4be28Copy full SHA for 8b4be28
.github/workflows/main.yml
@@ -86,4 +86,4 @@ jobs:
86
- name: Install and run markdown lint
87
run: |
88
gem install mdl -v 0.11.0
89
- mdl --style '.mdl-style.rb' .
+ mdl --style './docs/.mdl-style.rb' .
.mdl-style.rb renamed to docs/.mdl-style.rb
pre-commit
@@ -37,7 +37,7 @@ echo -e "--------------------------------\n"
37
38
if [ "$RUN_MDL" = true ] ; then
39
echo "mdl:"
40
- mdl --style '.mdl-style.rb' . || die
+ mdl --style './docs/.mdl-style.rb' . || die
41
echo -e "--------------------------------\n"
42
fi
43
0 commit comments