Skip to content

Commit

Permalink
Automated PR: Standardising Files
Browse files Browse the repository at this point in the history
This PR will standardise the files we have with out agreed spec in sous-chefs/repo-management.
This repo has been identified by topic(s) of chef-cookbook
  • Loading branch information
kitchen-porter authored Mar 15, 2023
1 parent 5b40799 commit dcf5f54
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 1 deletion.
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/[email protected]
with:
use-verbose-mode: "yes"
folder-path: "documentation"
1 change: 1 addition & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ config:
ul-indent: false # MD007
line-length: false # MD013
no-duplicate-heading/no-duplicate-header: false # MD024

3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recommendations": [
"chef-software.chef",
"rebornix.ruby",
"editorconfig.editorconfig"
"editorconfig.editorconfig",
"DavidAnson.vscode-markdownlint"
]
}
2 changes: 2 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ rules:
max-spaces-inside: 1
min-spaces-inside-empty: -1
max-spaces-inside-empty: -1
comments:
min-spaces-from-content: 1
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

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

## 7.0.10 - *2023-03-02*

## 7.0.9 - *2023-02-23*
Expand Down

0 comments on commit dcf5f54

Please sign in to comment.