Skip to content

docs: switch from mkdocs to zensical #18996

docs: switch from mkdocs to zensical

docs: switch from mkdocs to zensical #18996

Workflow file for this run

name: Lint Pull Requests
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
check-title:
runs-on: ubuntu-latest
steps:
- name: Check PR title
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
id: check_pr_title
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}