Skip to content

Commit 8f9af3d

Browse files
committed
Run lesson-fixme from within lesson-check
1 parent 8e1b106 commit 8f9af3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ${RMD_DST} : ${RMD_SRC}
8888
@bin/knit_lessons.sh ${RMD_SRC}
8989

9090
## lesson-check : validate lesson Markdown.
91-
lesson-check :
91+
lesson-check : lesson-fixme
9292
@bin/lesson_check.py -s . -p ${PARSER} -r _includes/links.md
9393

9494
## lesson-check-all : validate lesson Markdown, checking line lengths and trailing whitespace.

0 commit comments

Comments
 (0)