Skip to content

Add REST API and server-load example #2

Add REST API and server-load example

Add REST API and server-load example #2

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Install Dependencies
run: nix develop -c npm install
- name: Build
run: nix develop -c npm run build