Skip to content

Judging works end to end without an organiser improvising #344

Judging works end to end without an organiser improvising

Judging works end to end without an organiser improvising #344

Workflow file for this run

name: Pnpm CI
on:
push:
branches: ["main", "dev"]
pull_request:
branches: ["*"]
jobs:
build:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v5
- uses: actions/setup-node@v6
with:
node-version: "22"
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm turbo run build