Skip to content

Implement type-specific purl normalization #4282

Implement type-specific purl normalization

Implement type-specific purl normalization #4282

Workflow file for this run

name: Website Test
on:
pull_request:
branches:
- main
jobs:
test:
name: Website Test
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 18
cache: npm
cache-dependency-path: website/package-lock.json
- name: Install dependencies
run: npm ci
working-directory: website
- name: Test build
run: npm run build
working-directory: website