Skip to content

Commit

Permalink
Fix markdown (#768)
Browse files Browse the repository at this point in the history
* Ignore MD007
* Update reusable workflow to v0.1.0

Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus authored Dec 13, 2022
1 parent 58ebbd1 commit 6ac3aea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ name: ci
"on":
pull_request:
push:
branches:
- main
branches: [main]

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@0.0.3
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@0.1.0
permissions:
actions: write
checks: write
Expand Down Expand Up @@ -86,6 +85,6 @@ jobs:
- name: Print debug output on failure
if: failure()
run: |
set -x
sudo journalctl -l --since today
KITCHEN_LOCAL_YAML=kitchen.dokken.yml /usr/bin/kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl -l"
set -x
sudo journalctl -l --since today
KITCHEN_LOCAL_YAML=kitchen.dokken.yml /usr/bin/kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl -l"
2 changes: 1 addition & 1 deletion .mdlrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rules "~MD013", "~MD024"
rules "~MD013", "~MD024", "~MD007"
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This file is used to list changes made in each version of the apache2 cookbook.

## 8.14.5 - *2022-12-08*

Standardise files with files in sous-chefs/repo-management
- Standardise files with files in sous-chefs/repo-management

## 8.14.4 - *2022-05-16*

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

0 comments on commit 6ac3aea

Please sign in to comment.