GitHub Action to validate/lint YAML files.
name: Example
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actionhippie/yamllint@v1
with:
strict: true
Path to custom configuration file
Output formatter, defaults to parsable
Enable warning message output
Return non-zero exit code on warnings
Path to check, defaults to .
Print messages directly, defaults to true
Generated validation/linting messages
If you find a security issue please contact [email protected] first.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2021 Thomas Boerger <[email protected]>