Skip to content

Update click-extra[sphinx] requirement from ~=4.8.3 to ~=4.10.0 #1541

Update click-extra[sphinx] requirement from ~=4.8.3 to ~=4.10.0

Update click-extra[sphinx] requirement from ~=4.8.3 to ~=4.10.0 #1541

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/[email protected]/thread/PCBCQMJF64JGRBOX7E2EE4YLKHT4DI55/
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
# cancel-in-progress: true
jobs:
lint:
uses: kdeldycke/workflows/.github/workflows/[email protected]