Skip to content

fix(cacheInterceptor): handle index route cache key #1838

fix(cacheInterceptor): handle index route cache key

fix(cacheInterceptor): handle index route cache key #1838

Workflow file for this run

name: Validate merge requests
on:
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/setup
- uses: ./.github/actions/lint
- uses: ./.github/actions/test
- uses: ./.github/actions/local/build
- uses: ./.github/actions/local/e2e