Skip to content

Prepare to open the PyCon AU 2026 Call for Proposals! #46

Prepare to open the PyCon AU 2026 Call for Proposals!

Prepare to open the PyCon AU 2026 Call for Proposals! #46

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.11.0"
- run: npm install
- run: npm run build