Skip to content

CVE-2020-10189

CVE-2020-10189 #31582

Workflow file for this run

name: ❄️ YAML Lint
on:
pull_request:
paths:
- '**.yaml'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Yamllint
uses: karancode/[email protected]
with:
yamllint_config_filepath: .yamllint
yamllint_strict: false
yamllint_comment: true