File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,11 @@ name: ci
4
4
" on " :
5
5
pull_request :
6
6
push :
7
- branches :
8
- - main
7
+ branches : [main]
9
8
10
9
jobs :
11
10
lint-unit :
12
- uses : sous-chefs/.github/.github/workflows/lint-unit.yml@0.0.3
11
+ uses : sous-chefs/.github/.github/workflows/lint-unit.yml@0.1.0
13
12
permissions :
14
13
actions : write
15
14
checks : write
86
85
- name : Print debug output on failure
87
86
if : failure()
88
87
run : |
89
- set -x
90
- sudo journalctl -l --since today
91
- KITCHEN_LOCAL_YAML=kitchen.dokken.yml /usr/bin/kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl -l"
88
+ set -x
89
+ sudo journalctl -l --since today
90
+ KITCHEN_LOCAL_YAML=kitchen.dokken.yml /usr/bin/kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl -l"
Original file line number Diff line number Diff line change 1
- rules "~MD013", "~MD024"
1
+ rules "~MD013", "~MD024", "~MD007"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This file is used to list changes made in each version of the apache2 cookbook.
6
6
7
7
## 8.14.5 - * 2022-12-08*
8
8
9
- Standardise files with files in sous-chefs/repo-management
9
+ - Standardise files with files in sous-chefs/repo-management
10
10
11
11
## 8.14.4 - * 2022-05-16*
12
12
Original file line number Diff line number Diff line change @@ -12,4 +12,3 @@ See [mod_proxy](https://httpd.apache.org/docs/trunk/mod/mod_proxy.html) for furt
12
12
| require | String | ` all denied ` | [ See mod_proxy access] ( https://httpd.apache.org/docs/trunk/mod/mod_proxy.html#access ) | |
13
13
| add_default_charset | String | ` off ` | Add the default Charachter set | |
14
14
| proxy_via | String | ` On ` | Enable/disable the handling of HTTP/1.1 "Via:" headers. | Off On Full Block |
15
-
You can’t perform that action at this time.
0 commit comments