Example usage GitLab-CI will test only documentations in root directory.
Example usage GitLab-CI will test only documentations in root directory.
suggested solution:
test-documentation:
image: "containers.projects.task.gda.pl/containers/linters/markdown"
stage: "test"
script: |
markdownlint $(find -name '*.md')
mdspell --report --en-gb --ignore-numbers $(find -name '*.md')
Edited by Piotr Korthals