Skip to content

Merge pull request #20 from authzed/add-example-of-bulk-import #21

Merge pull request #20 from authzed/add-example-of-bulk-import

Merge pull request #20 from authzed/add-example-of-bulk-import #21

Workflow file for this run

---
name: "Test"
on: # yamllint disable-line rule:truthy
push:
branches:
- "main"
pull_request:
branches: ["*"]
jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-dotnet@v4"
with:
dotnet-version: '8.x'
- uses: "authzed/action-spicedb@v1"
with:
version: "latest"
- run: "dotnet test"