fix(markdown_lint): enable job for md in sub folders

!21 fixes #19 nofusscomputing/internal/automation/documentation!2
This commit is contained in:
2023-05-14 12:44:08 +09:30
parent 0b4e85c313
commit cf10e289d2

View File

@ -29,5 +29,6 @@
- if: '$CI_COMMIT_BRANCH'
exists:
- "**.md"
- "**/**.md"
- when: never