Skip to content

Bump actions/setup-python from 6.2.0 to 6.3.0 #393

Bump actions/setup-python from 6.2.0 to 6.3.0

Bump actions/setup-python from 6.2.0 to 6.3.0 #393

Workflow file for this run

name: YAML lint
on:
push:
branches: [main]
paths:
- "**.yaml"
- "**.yml"
pull_request:
paths:
- "**.yaml"
- "**.yml"
jobs:
yamllint:
name: 🧹 yamllint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: 🚀 Run yamllint
run: yamllint --strict .