Skip to content

Prepare for new Release 7.42.0 (#758) #1407

Prepare for new Release 7.42.0 (#758)

Prepare for new Release 7.42.0 (#758) #1407

Workflow file for this run

---
name: YAML lint
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ibiqlik/action-yamllint@v3
with: # See: https://github.com/ibiqlik/action-yamllint#optional-input-parameters
strict: true
format: colored
# config_file: .yamllint.yml # See: https://yamllint.readthedocs.io/en/stable/configuration.html