Skip to content

Bump pypa/cibuildwheel from 3.0.1 to 3.1.3 #27

Bump pypa/cibuildwheel from 3.0.1 to 3.1.3

Bump pypa/cibuildwheel from 3.0.1 to 3.1.3 #27

Workflow file for this run

name: Lint YAML
on:
pull_request:
paths:
- "**.yml"
- "**.yaml"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
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