Skip to content
edit-3

GitHub Action

YAML Lint Action

v1.8.2 Latest version

YAML Lint Action

edit-3

YAML Lint Action

Run yamllint on your yaml files with ease

Installation

Copy and paste the following snippet into your .yml file.

              

- name: YAML Lint Action

uses: actionshub/yamllint@v1.8.2

Learn more about this action in actionshub/yamllint

Choose a version

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