Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 367 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 367 Bytes

'tekton-lint' docker action

A GitHub action to lint Tekton resource definitions (yaml files), using IBM/tekton-lint.

Inputs

Path to files to check

Outputs

None

Example usage

   uses: containerbuildsystem/actions/tekton-lint@master
   with:
     path: 'tekton/**/*.yaml'