Skip to content

workflow: optimize external link checks #1221

workflow: optimize external link checks

workflow: optimize external link checks #1221

Workflow file for this run

name: Keywords
on:
pull_request:
push:
branches:
- 'master'
jobs:
check-keywords:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: |
REF="${GITHUB_BASE_REF:-$GITHUB_REF_NAME}"
./scripts/check-keywords.py \
--download_from_url \
--parser_url "https://github.com/pingcap/tidb/raw/refs/heads/${REF}/pkg/parser/parser.y"