Skip to content

chore(deps): bump pypa/cibuildwheel from 2.16.5 to 2.17.0 #644

chore(deps): bump pypa/cibuildwheel from 2.16.5 to 2.17.0

chore(deps): bump pypa/cibuildwheel from 2.16.5 to 2.17.0 #644

Workflow file for this run

name: documentation-check
on:
push:
branches:
- main
paths:
- ".github/workflows/**"
- "**.md"
pull_request:
paths:
- ".github/workflows/**"
- "**.md"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
file-path: "README.md"
folder-path: "docs"
check-modified-files-only: yes
base-branch: main
config-file: .markdown-lint.json