Skip to content

actionhippie/yamllint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yamllint

Current Tag Docker Build

GitHub Action to validate/lint YAML files.

Usage

name: Example

on:
  - push
  - pull_request

jobs:
  test:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2

      - uses: actionhippie/yamllint@v1
        with:
          strict: true

Inputs

config

Path to custom configuration file

format

Output formatter, defaults to parsable

warnings

Enable warning message output

strict

Return non-zero exit code on warnings

path

Path to check, defaults to .

print

Print messages directly, defaults to true

Outputs

messages

Generated validation/linting messages

Security

If you find a security issue please contact thomas@webhippie.de first.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

Apache-2.0

Copyright

Copyright (c) 2021 Thomas Boerger <thomas@webhippie.de>