Skip to content

Commit

Permalink
Standardise files with files in sous-chefs/repo-management (#784)
Browse files Browse the repository at this point in the history
Signed-off-by: kitchen-porter <board@sous-chefs.org>
  • Loading branch information
kitchen-porter authored Mar 21, 2023
1 parent c82f097 commit c9c4030
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/md-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: md-links

"on":
pull_request:
push:
branches: [main]

jobs:
md-links:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
with:
use-verbose-mode: "yes"
folder-path: "documentation"
2 changes: 1 addition & 1 deletion .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config:
ul-indent: false # MD007
line-length: false # MD013
no-duplicate-heading/no-duplicate-header: false # MD024
no-duplicate-heading: false # MD024
8 changes: 4 additions & 4 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"recommendations": [
"chef-software.chef",
"rebornix.ruby",
"editorconfig.editorconfig",
"DavidAnson.vscode-markdownlint"
"chef-software.chef",
"rebornix.ruby",
"editorconfig.editorconfig",
"DavidAnson.vscode-markdownlint"
]
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This file is used to list changes made in each version of the apache2 cookbook.

## Unreleased

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

## 8.15.5 - *2023-03-02*

- Update workflows to 2.0.1
Expand Down

0 comments on commit c9c4030

Please sign in to comment.