Skip to content

bdebyl/docker-yamllint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker: bdebyl/yamllint

Build Status

Simple alpine-based Docker image for use with CI to lint yaml and ansible files.

Usage

Commands that are typically used running this container

  • ansible-lint
  • make
  • yamllint

Docker Run

docker run --rm -it -v $PWD/src bdebyl/yamllint 'ansible-lint *.yml'

Drone CI (or similar)

---
kind: pipeline
type: docker
name: default

...

steps:
  - name: lint
    image: bdebyl/yamllint
    command:
      - ansible-lint *.yml
      # or use a make targeT:
      - make lint-ci

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published