/yamllint

Repository for the yaml-lint-action Github Action

Primary LanguageDockerfileApache License 2.0Apache-2.0

Yaml Lint

CI State

A Github Action to run yamllint on your files

Usage

---
name: yamllint
"on": [push, pull_request]
jobs:
  delivery:
    runs-on: ubuntu-latest
    steps:
    - name: Check out code
      uses: actions/checkout@master
    - name: Run yamllint
      uses: actionshub/yamllint@main