Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CiWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @file .markdownlint.yml
# @file .markdownlint.yaml
#
# Patina markdownlint configuration file
#
Expand Down
2 changes: 1 addition & 1 deletion .sync/markdownlint/.markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @file .markdownlint.yml
# @file .markdownlint.yaml
#
# Patina markdownlint configuration file
#
Expand Down
Loading