Skip to content

chore: version bump to 0.7.0-experimental.0 #44

chore: version bump to 0.7.0-experimental.0

chore: version bump to 0.7.0-experimental.0 #44

Workflow file for this run

name: Main branch update
on:
push:
branches:
- main
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup environment
uses: ./.github/actions/setup-env
- name: Code quality checks
run: bun run check
- name: Test
run: bun run test