Skip to content

Create CVE-2023-28121.yaml #26768

Create CVE-2023-28121.yaml

Create CVE-2023-28121.yaml #26768

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@v2
- name: Yamllint
uses: karancode/yamllint-github-action@v2.1.1
with:
yamllint_config_filepath: .yamllint
yamllint_strict: false
yamllint_comment: true