Skip to content

fix: update workflow to match new commit style #6

fix: update workflow to match new commit style

fix: update workflow to match new commit style #6

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: 📦 Install dependencies
run: bun install