Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
/ website Public archive

Add explicit anchors to any headers likely to be linked. (#7) #14

Add explicit anchors to any headers likely to be linked. (#7)

Add explicit anchors to any headers likely to be linked. (#7) #14

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
workflow_call:
# Cancel active CI runs for a PR before starting another run
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash # https://github.com/beeware/briefcase/pull/912
env:
FORCE_COLOR: "1"
jobs:
pre-commit:
name: Pre-commit checks
uses: beeware/.github/.github/workflows/pre-commit-run.yml@main
with:
pre-commit-source: "--group pre-commit"