From 50837aeec5729016058c1f7440c5b659d4677758 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Tue, 30 Jun 2026 09:36:00 -0400 Subject: [PATCH] Use a consistent markdownlint file name The file is actually named `.markdownlint.yaml` right now. Several places refer to it as `.markdownlint.yml`. One is CiWorkflow.yml, which results in the config not being read in the workflow: ``` Cannot read or parse config file .markdownlint.yml: ENOENT: no such file or directory, open '.markdownlint.yml' ``` Renaming the file would be more impactful to repo contents so this just makes the name consistent in the workflow and other files. Signed-off-by: Michael Kubacki --- .github/workflows/CiWorkflow.yml | 2 +- .markdownlint.yaml | 2 +- .sync/markdownlint/.markdownlint.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CiWorkflow.yml b/.github/workflows/CiWorkflow.yml index 1916748..69e3f5b 100644 --- a/.github/workflows/CiWorkflow.yml +++ b/.github/workflows/CiWorkflow.yml @@ -46,7 +46,7 @@ jobs: - name: Markdown Linting uses: avto-dev/markdown-lint@v1.5.0 with: - config: .markdownlint.yml + config: .markdownlint.yaml args: "**/*.md" # Run the tests that require the rust tools, but not a specific OS. diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 0f0325d..e31da59 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -1,4 +1,4 @@ -# @file .markdownlint.yml +# @file .markdownlint.yaml # # Patina markdownlint configuration file # diff --git a/.sync/markdownlint/.markdownlint.yaml b/.sync/markdownlint/.markdownlint.yaml index 0f0325d..e31da59 100644 --- a/.sync/markdownlint/.markdownlint.yaml +++ b/.sync/markdownlint/.markdownlint.yaml @@ -1,4 +1,4 @@ -# @file .markdownlint.yml +# @file .markdownlint.yaml # # Patina markdownlint configuration file #