Skip to content

chore(deps): update dependency go to 1.26 #662

chore(deps): update dependency go to 1.26

chore(deps): update dependency go to 1.26 #662

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