Skip to content

fix: fix fork cleanup title matching (#16) #32

fix: fix fork cleanup title matching (#16)

fix: fix fork cleanup title matching (#16) #32

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.11
- name: Install dependencies
run: bun install
- name: Run tests
run: bun test