Skip to content

chore: Update demo-rest to use the new Cerbos Go SDK #25

chore: Update demo-rest to use the new Cerbos Go SDK

chore: Update demo-rest to use the new Cerbos Go SDK #25

Workflow file for this run

---
name: PR Check
on:
pull_request:
branches:
- main
jobs:
cerbosCheck:
name: Check Cerbos policies
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Cerbos
uses: cerbos/cerbos-setup-action@v1
- name: Compile policies
uses: cerbos/cerbos-compile-action@v1
with:
policyDir: cerbos/policies