Skip to content

Commit 76f2d3c

Browse files
authored
Revert "add workflow to generate README.md (#188)" (#217)
This reverts commit 6620fde. Signed-off-by: Tom Hayward <[email protected]>
1 parent 6620fde commit 76f2d3c

File tree

2 files changed

+5
-38
lines changed

2 files changed

+5
-38
lines changed

.github/workflows/lint-test.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
name: Lint and Test Charts
22

33
on:
4-
push:
5-
branches-ignore:
6-
- master
7-
- main
84
pull_request:
9-
paths-ignore:
10-
- '*.md'
11-
- 'docs/**'
12-
- 'tools/**'
135

146
jobs:
157
lint-test:
@@ -40,6 +32,11 @@ jobs:
4032
- name: Run chart-testing (lint)
4133
run: ct lint --config ct.yaml
4234

35+
- name: Updated README.md
36+
run: |
37+
make README.md
38+
git diff --exit-code -- README.md
39+
4340
- name: Create kind cluster
4441
uses: helm/[email protected]
4542

.github/workflows/readme.yml

-30
This file was deleted.

0 commit comments

Comments
 (0)