Skip to content

update all references to nullxnothing, clean up temp files #4

update all references to nullxnothing, clean up temp files

update all references to nullxnothing, clean up temp files #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run build