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 6620fde commit 76f2d3cCopy full SHA for 76f2d3c
.github/workflows/lint-test.yml
@@ -1,15 +1,7 @@
1
name: Lint and Test Charts
2
3
on:
4
- push:
5
- branches-ignore:
6
- - master
7
- - main
8
pull_request:
9
- paths-ignore:
10
- - '*.md'
11
- - 'docs/**'
12
- - 'tools/**'
13
14
jobs:
15
lint-test:
@@ -40,6 +32,11 @@ jobs:
40
32
- name: Run chart-testing (lint)
41
33
run: ct lint --config ct.yaml
42
34
35
+ - name: Updated README.md
36
+ run: |
37
+ make README.md
38
+ git diff --exit-code -- README.md
39
+
43
- name: Create kind cluster
44
uses: helm/[email protected]
45
.github/workflows/readme.yml
0 commit comments