Skip to content

Update CI workflows to use bun and checkout action v4 #91

Update CI workflows to use bun and checkout action v4

Update CI workflows to use bun and checkout action v4 #91

Workflow file for this run

name: Deploy Latest Master
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: bun install
- run: bun lint
- run: bun tsc
- run: bun run test