Skip to content

Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 #41

Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0

Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 #41

Workflow file for this run

name: yamllint
on:
push:
paths:
- "**.yml"
- "**.yaml"
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: karancode/yamllint-github-action@master
with:
# fail on warnings and errors
yamllint_strict: true
yamllint_config_filepath: ".yamllint.yml"