Skip to content

docs: rbac authz doc #65

docs: rbac authz doc

docs: rbac authz doc #65

Workflow file for this run

name: test
on:
- pull_request
env:
NEXT_ALGOLIA_APPID: dummy_for_testing
NEXT_ALGOLIA_APIKEY: dummy_for_testing
NEXT_PUBLIC_POSTHOG_APIKEY: dummy_for_testing
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Check types + linting + build
run: |
npm install
npx prettier --check .
npx eslint .
npm run build