Skip to content

chore: bump astral-sh/setup-uv from 3 to 4 in the all group #126

chore: bump astral-sh/setup-uv from 3 to 4 in the all group

chore: bump astral-sh/setup-uv from 3 to 4 in the all group #126

Workflow file for this run

---
name: lint yaml files
"on":
pull_request:
branches: [main]
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_data: |
extends: default
rules:
line-length: disable