From dcf5f5471453844e175690125a3db385803537f5 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Wed, 15 Mar 2023 17:05:50 +0000 Subject: [PATCH] Automated PR: Standardising Files 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 --- .github/workflows/md-links.yml | 19 +++++++++++++++++++ .markdownlint-cli2.yaml | 1 + .vscode/extensions.json | 3 ++- .yamllint | 2 ++ CHANGELOG.md | 2 ++ 5 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/md-links.yml diff --git a/.github/workflows/md-links.yml b/.github/workflows/md-links.yml new file mode 100644 index 0000000..208cb1a --- /dev/null +++ b/.github/workflows/md-links.yml @@ -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" diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index dffb96a..ce8cafb 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -2,3 +2,4 @@ config: ul-indent: false # MD007 line-length: false # MD013 no-duplicate-heading/no-duplicate-header: false # MD024 + diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 80fa82b..51d0ae7 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,6 +2,7 @@ "recommendations": [ "chef-software.chef", "rebornix.ruby", - "editorconfig.editorconfig" + "editorconfig.editorconfig", + "DavidAnson.vscode-markdownlint" ] } diff --git a/.yamllint b/.yamllint index 1b5cea0..0046b23 100644 --- a/.yamllint +++ b/.yamllint @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 045708b..d02c239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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*