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
714 stars 335 forks source link

Add Markdown linter GH action #1155

Closed MichaelSimons closed 3 months ago

MichaelSimons commented 3 months ago

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

This initial set of changes just adds the linter action but disables numerous rules. Once enabled I will open follow-up PRs to address the syntax violations.

The linter action was copied from dotnet/runtime.