linux-bench/.github/workflows/yaml.yml
2020-12-21 15:52:31 +00:00

24 lines
368 B
YAML

name: YAML Linting
on:
push:
paths-ignore:
- "*.md"
- "LICENSE"
- "NOTICE"
pull_request:
paths-ignore:
- "*.md"
- "LICENSE"
- "NOTICE"
workflow_dispatch:
jobs:
YAML-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: YAML Lint
uses: ibiqlik/action-yamllint@v3.0.0