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
- Host: GitHub
- URL: https://github.com/actionshub/yamllint
- Owner: actionshub
- License: apache-2.0
- Created: 2020-01-05T10:46:17.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T04:20:51.000Z (12 months ago)
- Last Synced: 2024-11-05T18:29:35.410Z (11 months ago)
- Topics: action, ci, github-action, terraform-managed, yamllint
- Language: Dockerfile
- Homepage: https://github.com/marketplace/actions/yaml-lint-action
- Size: 46.9 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yaml Lint
[](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
```