Skip to content

Amend process definition to remove registration example #442

Amend process definition to remove registration example

Amend process definition to remove registration example #442

Workflow file for this run

name: Build PR
on:
pull_request:
jobs:
build:
name: Run build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i && npm run build