-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial commit of the SpiceDB validation GHA #1
Conversation
5eddc18
to
13b4d9c
Compare
.github/workflows/cla.yaml
Outdated
path-to-signatures: "v1/signatures.json" | ||
path-to-document: "https://github.com/authzed/cla/blob/main/v1/icla.md" | ||
branch: "main" | ||
allowlist: "authzedbot,dependabot-bot" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
allowlist: "authzedbot,dependabot[bot]"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be fixed in action-spicedb then too
README.md
Outdated
```yaml | ||
steps: | ||
- uses: "authzed/action-validate@v1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs its name to be updated
README.md
Outdated
- uses: "authzed/action-validate@v1" | ||
with: | ||
file: "myschema.zaml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we can show an example file in the readme, too
13b4d9c
to
7aa8df5
Compare
Updated |
7aa8df5
to
5e13119
Compare
5e13119
to
08425f8
Compare
No description provided.