Skip to content

Commit 4a85f2c

Browse files
authored
Merge pull request #278 from maxim-belkin/fix264
Run lesson-fixme from within lesson-check
2 parents c0be5cc + 8f9af3d commit 4a85f2c

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)