EGI-Federation / documentation

Sources to build EGI documentation site.
https://docs.egi.eu/
MIT License
14 stars 48 forks source link

Document how to run tests locally #468

Closed gwarf closed 1 year ago

gwarf commented 2 years ago

We should document how to run the validation tests locally.

markdown-link-check:

$ docker run -v ${PWD}:/tmp:ro --rm -i ghcr.io/tcort/markdown-link-check:stable \
    --config /tmp/.github/linters/mlc_config.json --verbose \
    /tmp/content/en/providers/check-in/sp/_index.md

makdownlint:

$ markdownlint -c .github/linters/.markdownlint.json \
    content/en/users/tutorials/accessing-vm-with-ssh/_index.md