mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
Add swiftformat for all macOS versions except HS (#3170)
This commit is contained in:
@@ -459,6 +459,11 @@ function Get-StackVersion {
|
||||
return "Stack $stackVersion"
|
||||
}
|
||||
|
||||
function Get-SwiftFormatVersion {
|
||||
$swiftFormatVersion = Run-Command "swiftformat --version"
|
||||
return "SwiftFormat $swiftFormatVersion"
|
||||
}
|
||||
|
||||
function Get-YamllintVersion {
|
||||
$yamllintVersion = Run-Command "yamllint --version"
|
||||
return $yamllintVersion
|
||||
|
||||
Reference in New Issue
Block a user