Skip to content

Commit

Permalink
Fix pr-check_redirects.yml workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Jul 31, 2023
1 parent 2b649ca commit 161c015
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Check Redirects
name: Check _redirects.txt file

on:
pull_request:
branches:
- main
paths:
- .nvmrc
- files/**
- .github/workflows/pr-check_redirects.yml
- files/en-us/_redirects.txt
- .github/workflows/pr-check_redirects_file.yml

jobs:
check-redirects:
Expand All @@ -28,5 +27,5 @@ jobs:
# https://github.com/microsoft/vscode-ripgrep#github-api-limit-note
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Check redirects file(s)
- name: Check 'files/en-us/_redirects.txt' file
run: yarn content validate-redirects en-us --strict

0 comments on commit 161c015

Please sign in to comment.