Skip to content

Bump sphinx-click from 5.1.0 to 5.2.2 #3571

Bump sphinx-click from 5.1.0 to 5.2.2

Bump sphinx-click from 5.1.0 to 5.2.2 #3571

Workflow file for this run

---
name: Lint
"on":
push:
branches:
- main
pull_request:
# XXX Concurrency detection sucks and jobs gets killed randonmly.
# concurrency:
# # Group workflow jobs so new commits cancels in-progress execution triggered by previous commits.
# # Source: https://mail.python.org/archives/list/pypa-committers@python.org/thread/PCBCQMJF64JGRBOX7E2EE4YLKHT4DI55/
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
# cancel-in-progress: true
jobs:
lint:
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v3.4.7