Skip to content

Bump pypa/cibuildwheel from 3.1.4 to 3.3.0 #38

Bump pypa/cibuildwheel from 3.1.4 to 3.3.0

Bump pypa/cibuildwheel from 3.1.4 to 3.3.0 #38

Workflow file for this run

name: Lint YAML
on:
pull_request:
paths:
- "**.yml"
- "**.yaml"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.x'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip yamllint
- name: Lint YAML files
run: yamllint . -f github