[claude/cline] See if it works to integrate memory-bank into Claude Code #332
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| pull_request: | |
| paths: | |
| - components/spicedb/** | |
| - .github/workflows/authorization.yml | |
| name: SpiceDB | |
| jobs: | |
| scan-repo: | |
| runs-on: ubuntu-latest | |
| name: Validate schema | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Validate SpiceDB schema | |
| uses: authzed/[email protected] | |
| with: | |
| validationfile: "components/spicedb/schema/schema.yaml" |