Skip to content

smoke: postdeploy same-repo verification #36

smoke: postdeploy same-repo verification

smoke: postdeploy same-repo verification #36

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install
- run: bun test
- run: bunx tsc --noEmit