linux-bench/.github/workflows/yaml.yml

25 lines
368 B
YAML
Raw Normal View History

2020-12-21 15:52:31 +00:00
name: YAML Linting
2020-12-21 15:48:53 +00:00
on:
push:
2020-12-21 15:52:31 +00:00
paths-ignore:
- "*.md"
- "LICENSE"
- "NOTICE"
2020-12-21 15:48:53 +00:00
pull_request:
2020-12-21 15:52:31 +00:00
paths-ignore:
- "*.md"
- "LICENSE"
- "NOTICE"
2020-12-21 15:48:53 +00:00
workflow_dispatch:
jobs:
2020-12-21 15:52:31 +00:00
YAML-lint:
2020-12-21 15:48:53 +00:00
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: YAML Lint
uses: ibiqlik/action-yamllint@v3.0.0