Skip to content

Use a consistent markdownlint file name#164

Merged
makubacki merged 1 commit into
OpenDevicePartnership:mainfrom
makubacki:use_consistent_markdownlint_file_name
Jun 30, 2026
Merged

Use a consistent markdownlint file name#164
makubacki merged 1 commit into
OpenDevicePartnership:mainfrom
makubacki:use_consistent_markdownlint_file_name

Conversation

@makubacki

Copy link
Copy Markdown
Collaborator

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.

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 <michael.kubacki@microsoft.com>
@makubacki makubacki self-assigned this Jun 30, 2026
@makubacki makubacki enabled auto-merge (squash) June 30, 2026 13:40
@makubacki makubacki merged commit 85b8b66 into OpenDevicePartnership:main Jun 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants