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

Belt: clean up uncurried handling; deprecate xxxU functions #21

Belt: clean up uncurried handling; deprecate xxxU functions

Belt: clean up uncurried handling; deprecate xxxU functions #21

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