Skip to content

[#9690] Verify there's no errors within the _redirects file #2

[#9690] Verify there's no errors within the _redirects file

[#9690] Verify there's no errors within the _redirects file #2

Workflow file for this run

name: Verify _redirects file
on:
pull_request:
paths:
- static/_redirects
jobs:
verify:
name: Check _redirects file for errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# with:
# sparse-checkout: |
# static/_redirects
# sparse-checkout-cone-mode: false
- uses: chriscoffee/netlify-redirect-parser-action@main