File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11
11
name : " Lint"
12
12
runs-on : " ubuntu-latest"
13
13
steps :
14
- - uses : " actions/checkout@v3 "
14
+ - uses : " actions/checkout@v4 "
15
15
- uses : " authzed/actions/yaml-lint@main"
16
- - uses : " instrumenta/kubeval-action@5915e4adba5adccac07cb156b82e54c3fed74921"
17
- with :
18
- files : " kubernetes"
16
+ - name : " Set up Kubeconform"
17
+ uses : " bmuschko/setup-kubeconform@v1"
18
+ - name : " Validate manifests"
19
+ run : " kubeconform -summary -verbose ./kubernetes"
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Examples in this repository include:
18
18
19
19
- How to set up SpiceDB with tracing: see [ tracing] ( ./tracing )
20
20
- How to invoke SpiceDB as a library: see [ library] ( ./library )
21
+ - How to run SpiceDB in a Kubernetes cluster: see [ kubernetes] ( ./kubernetes )
21
22
- CI/CD Workflows
22
23
23
24
Have questions? Join our [ Discord] .
You can’t perform that action at this time.
0 commit comments