27 строки
477 B
YAML
27 строки
477 B
YAML
#
|
|
# PSRule for GitHub
|
|
#
|
|
|
|
info:
|
|
name: PSRule.Rules.GitHub
|
|
description: |
|
|
A suite of rules to validate GitHub repositories using PSRule.
|
|
url: https://github.com/microsoft/PSRule.Rules.GitHub
|
|
|
|
repository:
|
|
type: git
|
|
url: https://github.com/microsoft/PSRule.Rules.GitHub.git
|
|
|
|
bugs:
|
|
url: https://github.com/microsoft/PSRule.Rules.GitHub/issues
|
|
|
|
modules:
|
|
PSRule: ^2.2.0
|
|
|
|
tasks:
|
|
clear:
|
|
steps:
|
|
- gitPrune:
|
|
name: origin
|
|
removeGone: true
|