Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Reorganize: runtime / primitives #14

Reorganize: runtime / primitives

Reorganize: runtime / primitives #14

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install npm packages
run: npm ci --ignore-scripts
- name: Build
run: npx rescript