mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 05:07:02 +00:00
Skip linter-check for readmes (#4794)
* Exclude readmes from the linter * Add env variable with exclusion to the linter yml * Rename Ubuntu readmes to correspond with the other images * Remove trailing space in ubuntu software generator * Rename Ubuntu1804-README.md to Ubuntu1804-Readme.md * Rename Ubuntu2004-README.md to Ubuntu2004-Readme.md
This commit is contained in:
@@ -53,7 +53,7 @@ $runtimesList = @(
|
||||
(Get-KotlinVersion),
|
||||
(Get-ClangVersions),
|
||||
(Get-ClangFormatVersions)
|
||||
)
|
||||
)
|
||||
|
||||
$markdown += New-MDList -Style Unordered -Lines ($runtimesList | Sort-Object)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user