Create lint-yaml.yml

This commit is contained in:
Konrad Pabjan 2019-11-25 12:16:39 -05:00 committed by GitHub
parent 73bee8ffce
commit aba995482c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
.github/workflows/lint-yaml.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: Lint YAML
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Lint action.yml
uses: ibiqlik/action-yamllint@master
with:
file_or_dir: action.yml
config_file: yaml-lint-config.yml