Skip to content

refactor(sample apps): removed the sample-apps directory #1696

refactor(sample apps): removed the sample-apps directory

refactor(sample apps): removed the sample-apps directory #1696

Workflow file for this run

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.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