Skip to content

Update API to v1.45.4 #61

Update API to v1.45.4

Update API to v1.45.4 #61

Workflow file for this run

---
name: "Test"
on: # yamllint disable-line rule:truthy
push:
branches:
- "main"
pull_request:
branches: ["*"]
types:
# NOTE: these are the defaults
- opened
- synchronize
- reopened
# NOTE: we add this to let the conversion from draft trigger the workflows
- ready_for_review
jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v5"
- uses: "actions/setup-dotnet@v5"
with:
dotnet-version: '8.x'
- uses: "authzed/action-spicedb@v1"
with:
version: "latest"
- run: "dotnet test"