Skip to content

Implement Bun.Glob.scan() using recursive directory walker #11

Implement Bun.Glob.scan() using recursive directory walker

Implement Bun.Glob.scan() using recursive directory walker #11

Workflow file for this run

name: test
on:
push:
branches-ignore:
- production
pull_request:
branches-ignore:
- production
workflow_dispatch:
jobs:
test:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node.js
uses: ./.github/actions/setup-node
- name: run
run: |
git config --global user.email "bot@opencode.ai"
git config --global user.name "opencode"
pnpm turbo typecheck
pnpm turbo test
env:
CI: true