Skip to content

fix: normalize the rawPath without locale before attempting to asserting the 404 page #386

fix: normalize the rawPath without locale before attempting to asserting the 404 page

fix: normalize the rawPath without locale before attempting to asserting the 404 page #386

Workflow file for this run

name: Validate merge requests
on:
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: ./.github/actions/pnpm-setup
- uses: ./.github/actions/lint
- uses: ./.github/actions/build-example
- uses: ./.github/actions/build-docs