Skip to content

actionhippie-yamllint

Actions
Validate and lint YAML files
v1.10.3
Latest
Star (0)

Tags

 (1)

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>

actionhippie-yamllint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Validate and lint YAML files
v1.10.3
Latest

Tags

 (1)

actionhippie-yamllint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.