Skip to content

Commit 8b4be28

Browse files
committed
markdownlint style file moved inside docs/
1 parent 0f87c25 commit 8b4be28

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
- name: Install and run markdown lint
8787
run: |
8888
gem install mdl -v 0.11.0
89-
mdl --style '.mdl-style.rb' .
89+
mdl --style './docs/.mdl-style.rb' .
File renamed without changes.

pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo -e "--------------------------------\n"
3737

3838
if [ "$RUN_MDL" = true ] ; then
3939
echo "mdl:"
40-
mdl --style '.mdl-style.rb' . || die
40+
mdl --style './docs/.mdl-style.rb' . || die
4141
echo -e "--------------------------------\n"
4242
fi
4343

0 commit comments

Comments
 (0)