Skip to content

wisemen-digital/devops-ga-lint-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lint YAML

Lints all YAML files in the repository (or only the given paths). Will use a default config if none exists in the repo.

Input

inputs:
  paths:
    description: Paths to lint
    required: false

Usage

name: Pull Request
on:
  push:
    branches: [ main ]
  workflow_dispatch:

jobs:
  lint:
    steps:
      - uses: wisemen-digital/devops-ga-lint-yaml@main
  
  lint-only-github:
    steps:
      - uses: wisemen-digital/devops-ga-lint-yaml@main
        with:
          paths: >
            .github

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published