Skip to content

Fix QA issue 718 page regressions and link parity #24

Fix QA issue 718 page regressions and link parity

Fix QA issue 718 page regressions and link parity #24

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build site
run: yarn build