Skip to content

Publish 0.7.* of core and exporters (#128) #298

Publish 0.7.* of core and exporters (#128)

Publish 0.7.* of core and exporters (#128) #298

Workflow file for this run

name: CI
on:
push:
branches: ["*"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# setup Bun for runtime tests
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Setup the project
run: yarn
- name: Run linter and format checker
run: yarn lint
- name: Create a build
run: yarn build
- name: Run unit tests
run: yarn test