Skip to content

Commit c9c4030

Browse files
Standardise files with files in sous-chefs/repo-management (#784)
Signed-off-by: kitchen-porter <board@sous-chefs.org>
1 parent c82f097 commit c9c4030

4 files changed

Lines changed: 26 additions & 5 deletions

File tree

.github/workflows/md-links.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: md-links
3+
4+
"on":
5+
pull_request:
6+
push:
7+
branches: [main]
8+
9+
jobs:
10+
md-links:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Check out code
14+
uses: actions/checkout@v3
15+
- name: markdown-link-check
16+
uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
17+
with:
18+
use-verbose-mode: "yes"
19+
folder-path: "documentation"

.markdownlint-cli2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
config:
22
ul-indent: false # MD007
33
line-length: false # MD013
4-
no-duplicate-heading/no-duplicate-header: false # MD024
4+
no-duplicate-heading: false # MD024

.vscode/extensions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"recommendations": [
3-
"chef-software.chef",
4-
"rebornix.ruby",
5-
"editorconfig.editorconfig",
6-
"DavidAnson.vscode-markdownlint"
3+
"chef-software.chef",
4+
"rebornix.ruby",
5+
"editorconfig.editorconfig",
6+
"DavidAnson.vscode-markdownlint"
77
]
88
}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This file is used to list changes made in each version of the apache2 cookbook.
44

55
## Unreleased
66

7+
Standardise files with files in sous-chefs/repo-management
8+
79
## 8.15.5 - *2023-03-02*
810

911
- Update workflows to 2.0.1

0 commit comments

Comments
 (0)