Skip to content

YAML Lint Action

Actions
Run yamllint on your yaml files with ease
v1.8.3
Latest
Star (4)

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

YAML Lint Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run yamllint on your yaml files with ease
v1.8.3
Latest

YAML Lint Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.