Skip to content

Include raw JSON response body in PodcastIndex API unmarshal errors #658

Include raw JSON response body in PodcastIndex API unmarshal errors

Include raw JSON response body in PodcastIndex API unmarshal errors #658

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