Skip to content

tidb: add a bugfix about issue https://github.com/pingcap/tidb/issues/54652 #31023

tidb: add a bugfix about issue https://github.com/pingcap/tidb/issues/54652

tidb: add a bugfix about issue https://github.com/pingcap/tidb/issues/54652 #31023

Workflow file for this run

name: ci
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
pull:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16"
- name: Verify duplicated file names
run: ./scripts/verify-duplicated-file-name.sh
- name: Verify internal links
run: ./scripts/verify-links.sh
- name: Verify internal link anchors
run: ./scripts/verify-link-anchors.sh