authzed / action-spicedb-validate

GitHub Action for validating your SpiceDB schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpiceDB Validate GitHub Action

Docs License Build Status Discord Server Twitter

This project is a GitHub Action that runs the zed validate command for a SpiceDB schema and test data.

A compatible file can be produced by downloading from the Authzed Playground.

Usage

Add the following any workflow:

steps:
- uses: "authzed/action-spicedb-validate@v1"
  with:
    validationfile: "myschema.zaml"

See test-schema.zaml for an example of an input file.

About

GitHub Action for validating your SpiceDB schema

License:Apache License 2.0


Languages

Language:Dockerfile 82.3%Language:Shell 17.7%