File tree 3 files changed +28
-6
lines changed
3 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 4
4
pull_request_target :
5
5
branches :
6
6
- master
7
+ paths :
8
+ - ' **'
9
+ - ' !.markdownlint.yaml'
10
+ - ' !.vale.ini'
11
+ - ' !Dockerfile-docs'
12
+ - ' !docs-nginx.conf'
13
+ - ' !docs/**'
14
+ - ' !theme_common'
15
+ - ' !theme_override'
7
16
8
17
env :
9
18
DOCKER_FILE_PATH : Dockerfile
13
22
REGISTRY : ghcr.io
14
23
15
24
jobs :
25
+ qa :
26
+ uses : stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.73
27
+ with :
28
+ MD_CONFIG : .github/md_config.json
29
+ DOC_SRC : README.md
30
+ MD_LINT_CONFIG : .markdownlint.yaml
16
31
build :
17
32
runs-on : ubuntu-latest
18
33
name : Build
Original file line number Diff line number Diff line change 10
10
- ' Dockerfile-docs'
11
11
- ' docs-nginx.conf'
12
12
- ' docs/**'
13
- - ' README.md'
14
13
- ' theme_common'
15
14
- ' theme_override'
16
15
19
18
uses : stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.73
20
19
with :
21
20
MD_CONFIG : .github/md_config.json
22
- DOC_SRC : README.md docs
21
+ DOC_SRC : docs
23
22
MD_LINT_CONFIG : .markdownlint.yaml
24
23
build :
25
24
uses : stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.73
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
+ paths :
8
+ - ' **'
9
+ - ' !.markdownlint.yaml'
10
+ - ' !.vale.ini'
11
+ - ' !Dockerfile-docs'
12
+ - ' !docs-nginx.conf'
13
+ - ' !docs/**'
14
+ - ' !theme_common'
15
+ - ' !theme_override'
7
16
8
17
env :
9
18
DOCKER_FILE_PATH : Dockerfile
@@ -23,22 +32,22 @@ jobs:
23
32
- name : Check out code
24
33
uses : actions/checkout@v4
25
34
with :
26
- token : ${{ secrets.STAKATER_GITHUB_TOKEN }}
35
+ token : ${{ secrets.STAKATER_GITHUB_TOKEN }}
27
36
fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
28
37
29
38
# Setting up helm binary
30
39
- name : Set up Helm
31
40
uses : azure/setup-helm@v4
32
41
with :
33
42
version : v3.11.3
34
-
43
+
35
44
- name : Set up Go
36
45
uses : actions/setup-go@v5
37
46
with :
38
47
go-version-file : ' go.mod'
39
48
check-latest : true
40
49
cache : true
41
-
50
+
42
51
- name : Install Dependencies
43
52
run : |
44
53
make install
@@ -233,7 +242,6 @@ jobs:
233
242
commit_username : stakater-user
234
243
commit_email : stakater@gmail.com
235
244
236
-
237
245
# Commit back changes
238
246
- name : Log info about `.git` directory permissions
239
247
run : |
You can’t perform that action at this time.
0 commit comments