Skip to content

remove one question, add 3 on 08-11-24 #111

remove one question, add 3 on 08-11-24

remove one question, add 3 on 08-11-24 #111

Workflow file for this run

name: YAML Lint
on:
push:
pull_request:
branches: [ "7.0" ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository content
uses: actions/checkout@v2
- name: Run YAML Lint
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_YAML: true
YAML_LINTER_RULES_PATH: .github/workflows/.yamllint