Skip to content

Bump actions/upload-artifact from 4.3.1 to 4.3.2 #234

Bump actions/upload-artifact from 4.3.1 to 4.3.2

Bump actions/upload-artifact from 4.3.1 to 4.3.2 #234

Workflow file for this run

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