https://github.com/mdb/docker-node-yamllint
A Docker image for the Node.js-based yamllint
https://github.com/mdb/docker-node-yamllint
Last synced: 3 months ago
JSON representation
A Docker image for the Node.js-based yamllint
- Host: GitHub
- URL: https://github.com/mdb/docker-node-yamllint
- Owner: mdb
- Created: 2019-04-28T21:33:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T21:49:40.000Z (about 7 years ago)
- Last Synced: 2025-01-14T16:36:47.343Z (over 1 year ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/mdb/docker-node-yamllint)
# node-yamllint
A Docker image for the Node.js-based [rasshofer/yaml-lint](https://github.com/rasshofer/yaml-lint) (VS the more-common Python-based [adrienverge/yamllint](https://github.com/adrienverge/yamllint)).
## Usage
```
docker run -v $(PWD):/work -w /work --rm -ti clapclapexcitement/node-yamllint yamllint /work/**/*.yml
✔ YAML Lint successful.
```