Skip to content

feat: protect URL path integrity from unsafe interpolated values #13

feat: protect URL path integrity from unsafe interpolated values

feat: protect URL path integrity from unsafe interpolated values #13

Workflow file for this run

name: Unit Tests (PR)
on:
pull_request:
branches: ['canary', 'master']
jobs:
test:
strategy:
matrix:
version: [24]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
cache: 'pnpm'
- run: make test