Skip to content

feat!: deterministic bindings via @juspay/rescript-bindgen + 1:1 vers… #109

feat!: deterministic bindings via @juspay/rescript-bindgen + 1:1 vers…

feat!: deterministic bindings via @juspay/rescript-bindgen + 1:1 vers… #109

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build ReScript bindings
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Format check
run: npm run format:check
- name: Build
run: npm run build