An open API service indexing awesome lists of open source software.

https://github.com/actionshub/yamllint

Repository for the yaml-lint-action Github Action
https://github.com/actionshub/yamllint

action ci github-action terraform-managed yamllint

Last synced: 6 months ago
JSON representation

Repository for the yaml-lint-action Github Action

Awesome Lists containing this project

README

          

# Yaml Lint

[![CI State](https://github.com/actionshub/yamllint/workflows/release/badge.svg)](https://github.com/actionshub/yamllint)

A Github Action to run yamllint on your files

## Usage

```yaml
---
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
```