Skip to content

Update buildkit to v0.12.1 #141

Update buildkit to v0.12.1

Update buildkit to v0.12.1 #141

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@v3
- name: Validate SpiceDB schema
uses: authzed/action-spicedb-validate@v1.0.1
with:
validationfile: "components/spicedb/schema/schema.yaml"