Skip to content

Adding documentation for Nexus Client library code generation #1965

Adding documentation for Nexus Client library code generation

Adding documentation for Nexus Client library code generation #1965

name: Check Redirects for Moved Pages
on:
pull_request:
types:
- opened
- synchronize
- reopened
permissions:
contents: read
jobs:
check-redirects:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: '24'
- name: Check for missing redirects
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
run: node bin/check-redirects-for-moved-pages.js