remark-lint into a docker (used only for CI)
2.8K
remark-lint - https://github.com/remarkjs/remark-lint
Latest remark-lint release in node embedded into this docker.
Used to perform markdown linting into gitlab ci runner.
docker pull sdesbure/remark-lint
This container doesn't run by itself unfortunately, due to nodejs restrictions.
Here's an example of a working configuration (that have a lint stage):
markdown_linting:
stage: lint
image: sdesbure/remark-lint
script:
- cd /usr/src/app
- node_modules/.bin/remark --use remark-preset-lint-recommended --use remark-preset-lint-consistent /code
Content type
Image
Digest
Size
26 MB
Last updated
over 8 years ago
docker pull sdesbure/remark-lint