nuttx/.github/workflows/lint.yml
2020-12-29 22:56:39 +01:00

16 lines
304 B
YAML

name: ❄️ Lint
on: [pull_request]
jobs:
yamllint:
name: 🍺 YAML
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 🧹 YAML Lint
uses: github/super-linter@v3
env:
VALIDATE_YAML: true
FILTER_REGEX_INCLUDE: .*\.github/.*