incubator-nuttx/.github/workflows/lint.yml

16 lines
304 B
YAML
Raw Normal View History

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