Skip to content

chore: Bump actions/setup-node from 4 to 5 in the actions-deps group … #21

chore: Bump actions/setup-node from 4 to 5 in the actions-deps group …

chore: Bump actions/setup-node from 4 to 5 in the actions-deps group … #21

Workflow file for this run

name: Lint Github Actions
on:
push:
branches: [main]
paths:
- ".github/**"
pull_request:
paths:
- ".github/**"
jobs:
lint:
name: Lint YAML files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .github
config_data: |
extends: default
rules:
line-length:
max: 120
level: warning
document-start: disable
truthy: disable