Skip to content

Github Actions: Update commit author #639

Github Actions: Update commit author

Github Actions: Update commit author #639

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