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
3 changes: 3 additions & 0 deletions .github/workflows/check-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- 'docs/**'
- '**/*.md'

permissions:
contents: read

jobs:
check-codegen:
name: Detect Drift
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/kustomize-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- 'docs/**'
- '**/*.md'

permissions:
contents: read

jobs:
kustomize-validation:
name: Validate
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- 'docs/**'
- '**/*.md'

permissions:
contents: read

jobs:
lint:
name: Check Go Code
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
- 'docs/**'
- '**/*.md'

permissions:
contents: read

jobs:
compliance-check:
name: Compliance Check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- 'docs/**'
- '**/*.md'

permissions:
contents: read

jobs:
test-chart:
name: Run Chart Tests
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- 'docs/**'
- '**/*.md'

permissions:
contents: read

jobs:
test-e2e:
name: Run E2E Tests
Expand Down
1,331 changes: 731 additions & 600 deletions docs/package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
},
"dependencies": {
"asciinema-player": "^3.17.0"
},
"overrides": {
"vite": "~6.4.3",
"esbuild": "~0.25.0"
}
}
Loading