lsst-sqre / yamllint-docker

A docker image for https://github.com/adrienverge/yamllint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Docker image for yamllint

This repository provides an automated build for a lean yamllint Docker image.

Usage

To lint the files one.yaml and two.yaml in your current directory:

docker run --rm -ti -v $(pwd):/workdir giantswarm/yamllint ./one.yaml ./two.yaml

About

A docker image for https://github.com/adrienverge/yamllint

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%