dots/.github/workflows/yamlLint.yml
renovate[bot] 827dfb31f4 CI(deps): Pin dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-02 06:07:01 +00:00

23 lines
469 B
YAML

---
name: YAML Lint
on:
push:
paths:
- '**.yml'
- '**.yaml'
- '.yamllint'
pull_request:
paths:
- '**.yml'
- '**.yaml'
- '.yamllint'
workflow_dispatch:
jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3