You are here

lint-yaml.sh in Realistic Dummy Content 7.2

Same filename and directory in other branches
  1. 8.2 developer/lib/lint-yaml.sh
#!/bin/bash
#
# Run linting on yaml files.
#
set -e

docker run -v "$(pwd)":/code dcycle/yaml-lint .

File

developer/lib/lint-yaml.sh
View source
  1. #!/bin/bash
  2. #
  3. # Run linting on yaml files.
  4. #
  5. set -e
  6. docker run -v "$(pwd)":/code dcycle/yaml-lint .