Skip to content

feat(wabe): add missing test for empty authorizedRoles #15

feat(wabe): add missing test for empty authorizedRoles

feat(wabe): add missing test for empty authorizedRoles #15

Workflow file for this run

name: ci checks
on:
pull_request:
branches:
- '**'
types: [opened, synchronize, reopened, unlabeled]
paths:
- 'packages/**'
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 ci