Skip to content

Commit 6ac3aea

Browse files
authored
Fix markdown (#768)
* Ignore MD007 * Update reusable workflow to v0.1.0 Signed-off-by: Dan Webb <[email protected]>
1 parent 58ebbd1 commit 6ac3aea

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ name: ci
44
"on":
55
pull_request:
66
push:
7-
branches:
8-
- main
7+
branches: [main]
98

109
jobs:
1110
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
1312
permissions:
1413
actions: write
1514
checks: write
@@ -86,6 +85,6 @@ jobs:
8685
- name: Print debug output on failure
8786
if: failure()
8887
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"

.mdlrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rules "~MD013", "~MD024"
1+
rules "~MD013", "~MD024", "~MD007"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file is used to list changes made in each version of the apache2 cookbook.
66

77
## 8.14.5 - *2022-12-08*
88

9-
Standardise files with files in sous-chefs/repo-management
9+
- Standardise files with files in sous-chefs/repo-management
1010

1111
## 8.14.4 - *2022-05-16*
1212

documentation/resource_apache2_mod_proxy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ See [mod_proxy](https://httpd.apache.org/docs/trunk/mod/mod_proxy.html) for furt
1212
| require | String | `all denied` | [See mod_proxy access](https://httpd.apache.org/docs/trunk/mod/mod_proxy.html#access) | |
1313
| add_default_charset | String | `off` | Add the default Charachter set | |
1414
| proxy_via | String | `On` | Enable/disable the handling of HTTP/1.1 "Via:" headers. | Off On Full Block |
15-

0 commit comments

Comments
 (0)