Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
name: "Lint"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "authzed/actions/yaml-lint@main"
- uses: "instrumenta/kubeval-action@5915e4adba5adccac07cb156b82e54c3fed74921"
Copy link
Contributor Author

@miparnisari miparnisari Jun 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/instrumenta/kubeval?tab=readme-ov-file#kubeval

NOTE: This project is no longer maintained, a good replacement is kubeconform

with:
files: "kubernetes"
- name: "Set up Kubeconform"
uses: "bmuschko/setup-kubeconform@v1"
- name: "Validate manifests"
run: "kubeconform -summary -verbose ./kubernetes"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Examples in this repository include:

- How to set up SpiceDB with tracing: see [tracing](./tracing)
- How to invoke SpiceDB as a library: see [library](./library)
- How to run SpiceDB in a Kubernetes cluster: see [kubernetes](./kubernetes)
- CI/CD Workflows

Have questions? Join our [Discord].
Expand Down