Skip to content

Merge pull request #370 from EngineeringKiosk/fix-yaml-techniktechnik #631

Merge pull request #370 from EngineeringKiosk/fix-yaml-techniktechnik

Merge pull request #370 from EngineeringKiosk/fix-yaml-techniktechnik #631

Workflow file for this run

name: YAML lint
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
yaml:
name: YAML linting
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.1
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3.1.1
with:
file_or_dir: podcasts/*.yml
config_file: .yamllint.yml