Skip to content

[Do not merge/deploy until 30 June] Volunteers page and markup! #6

[Do not merge/deploy until 30 June] Volunteers page and markup!

[Do not merge/deploy until 30 June] Volunteers page and markup! #6

Workflow file for this run

name: PR build
on: pull_request
jobs:
pr_build:
name: PR build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22.2.0"
- uses: pnpm/[email protected]
with:
version: 9.1.4
- run: pnpm install
- run: pnpm build