Skip to content

fix: Decouple from complex entrypoint script 🐳 #79

fix: Decouple from complex entrypoint script 🐳

fix: Decouple from complex entrypoint script 🐳 #79

Workflow file for this run

name: 🧪 Test
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: 📦 Install dependencies
run: bun install
- name: 📝 Check formatting
run: bun check-fmt
- name: 🧪 Test project
run: bun test