Skip to content

Add note about needing pass in a role to RpcSession #26

Add note about needing pass in a role to RpcSession

Add note about needing pass in a role to RpcSession #26

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 23
cache: npm
- run: npm ci
- run: npm run fmt:check
- run: npm run lint
- run: npm run build
- run: npm test