Skip to content

Bump actions/checkout from 4 to 6 #17

Bump actions/checkout from 4 to 6

Bump actions/checkout from 4 to 6 #17

Workflow file for this run

---
name: "Lint YAML files"
'on':
push:
branches:
- main
paths:
- "**.yml"
- "**.yaml"
pull_request:
paths:
- "**.yml"
- "**.yaml"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: "Run yamllint"
uses: docker://ghcr.io/actionshub/yamllint:latest
with:
args: .