nuttx-apps/.github/workflows/lint.yml
Gustavo Henrique Nihei eb124a4357 ci: Bump github/super-linter version to V4
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
2021-12-21 20:51:14 +01:00

20 lines
413 B
YAML

name: ❄️ Lint
on: [pull_request]
concurrency:
group: lint-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
yamllint:
name: 🍺 YAML
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 🧹 YAML Lint
uses: github/super-linter@v4
env:
VALIDATE_YAML: true
FILTER_REGEX_INCLUDE: .*\.github/.*