Skip to content

feat: Supports passing any/all AuthorizationManager configuration options to the instance created by the context #29

feat: Supports passing any/all AuthorizationManager configuration options to the instance created by the context

feat: Supports passing any/all AuthorizationManager configuration options to the instance created by the context #29

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
workflow_call:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/iron
cache: "npm"
- run: npm install
- run: npm run test
- run: npm run build