Skip to content

chore(deps): Bump j178/prek-action from 1 to 2 in the github-actions group #87

chore(deps): Bump j178/prek-action from 1 to 2 in the github-actions group

chore(deps): Bump j178/prek-action from 1 to 2 in the github-actions group #87

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@v6"
- uses: "actions/setup-dotnet@v5"
with:
dotnet-version: '8.x'
- uses: "authzed/action-spicedb@v1"
with:
version: "latest"
- run: "dotnet test"