microsoft / dotnet-framework-docker

The repo for the official docker images for .NET Framework on Windows Server Core.
https://hub.docker.com/_/microsoft-dotnet-framework
MIT License
702 stars 336 forks source link

Switch markdownlint GH action to use super-linter #1161

Closed MichaelSimons closed 1 month ago

MichaelSimons commented 1 month ago

Related to https://github.com/dotnet/dotnet-docker/issues/5316

Switched the MarkDown linter GH action to use the super-linter. This gives us the advantage of enabling other linters via a "flip of a switch". The configuration will be more standardized with the super-linter versus having separate GH actions/linters. The super-linter used the markdownlint tool we are already using so there should be no functional changes.

MichaelSimons commented 1 month ago

A test environment with these changes can be seen here. I will open a draft test PR after merging as a validation check the ensure the E2E is working as expected.