Skip to content

Merge pull request #1 from calcit-lang/calcit-9 #6

Merge pull request #1 from calcit-lang/calcit-9

Merge pull request #1 from calcit-lang/calcit-9 #6

Workflow file for this run

name: Upload
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- uses: calcit-lang/[email protected]
with:
version: '0.9.2'
bundler: true
- name: "run calcit"
run: bundle_calcit -1 && cr -1
- name: "compiles to js"
run: >
caps --ci && cr -1 js
&& yarn
&& node main.mjs