Skip to content

don't reassign source (infinite loop) #116

don't reassign source (infinite loop)

don't reassign source (infinite loop) #116

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bin/setup
- run: bin/test