Skip to content

Bump actions/checkout from 6.0.2 to 6.0.3 #49

Bump actions/checkout from 6.0.2 to 6.0.3

Bump actions/checkout from 6.0.2 to 6.0.3 #49

Workflow file for this run

---
name: Linting (YAML)
on:
workflow_dispatch:
pull_request:
branches:
- main
# only run when yaml files are updated
paths:
- "**.yml"
jobs:
yamllint:
name: Run yamllint against YAML files
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6.0.3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3.1.1
with:
config_data: |
extends: default
rules:
line-length:
max: 120
level: warning