Skip to content

[do not merge until 30 June] Make the volunteers markup happen! #5

[do not merge until 30 June] Make the volunteers markup happen!

[do not merge until 30 June] Make the volunteers markup happen! #5

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