Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 564 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 564 Bytes

'yamllint' docker action

A GitHub action to lint YAML files using adrienverge/yamllint.

Inputs

Paths to files to check, default config ('.') otherwise

Outputs

None

Example usages

   uses: containerbuildsystem/actions/yamllint@master
   with:
     path: 'file.yml'
   uses: containerbuildsystem/actions/yamllint@master
   with:
     path: 'foo/'
   uses: containerbuildsystem/actions/yamllint@master
   with:
     path: 'foo/ bar/'