Skip to content

Refactor parser and interpreter for improved async handling and EOF d… #70

Refactor parser and interpreter for improved async handling and EOF d…

Refactor parser and interpreter for improved async handling and EOF d… #70

Workflow file for this run

name: Build code
permissions:
contents: read
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.2.2
- name: Setup Bun
uses: oven-sh/setup-bun@v2.0.1
- name: Install dependencies
run: bun install
- name: Build code
run: bun run build