Skip to content

refactor: ACL in Where (performance) #7

refactor: ACL in Where (performance)

refactor: ACL in Where (performance) #7

Workflow file for this run

name: ci checks
on:
pull_request:
branches:
- '**'
types: [opened, synchronize, reopened, unlabeled]
paths:
- 'packages/wibe-server/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install
- run: bun --filter wibe-server ci