Skip to content

Removed "Macht der Craft", because the RSS feed does not exist anymore #660

Removed "Macht der Craft", because the RSS feed does not exist anymore

Removed "Macht der Craft", because the RSS feed does not exist anymore #660

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.2
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3.1.1
with:
file_or_dir: podcasts/*.yml
config_file: .yamllint.yml