Skip to content

[authorization] Align HTTP handlers before RequestContext rollout #193

[authorization] Align HTTP handlers before RequestContext rollout

[authorization] Align HTTP handlers before RequestContext rollout #193

Workflow file for this run

on:
pull_request:
paths:
- components/spicedb/**
- .github/workflows/authorization.yml
name: SpiceDB
jobs:
scan-repo:
runs-on: ubuntu-latest
name: Validate schema
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate SpiceDB schema
uses: authzed/action-spicedb-validate@v1.0.1
with:
validationfile: "components/spicedb/schema/schema.yaml"