We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb24e77 commit 7db876dCopy full SHA for 7db876d
2 files changed
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
55
kubeconform:
56
name: Lint Kubernetes manifests
57
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
58
steps:
59
- uses: actions/checkout@v6
60
- name: Install kubeconform
.github/workflows/typos.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
run:
10
name: Spellcheck
11
12
13
14
- name: Check spelling
0 commit comments