Skip to content

test: βœ… allow router api to be used within tests #200

test: βœ… allow router api to be used within tests

test: βœ… allow router api to be used within tests #200

Workflow file for this run

name: pull_request
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
steps:
- name: πŸ— Setup Repository
uses: actions/checkout@v4
- name: πŸ“¦ Install
uses: ./.github/actions/install
- name: 🚨 Check
run: bun check