Skip to content

v5.4-v6.1: update video resource links to point to new locations #35118

v5.4-v6.1: update video resource links to point to new locations

v5.4-v6.1: update video resource links to point to new locations #35118

Workflow file for this run

name: ci
on: [pull_request]
jobs:
pull:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- uses: actions/setup-node@v3
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