mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Add BOTMETA extra sanity test (#3064)
* Add BOTMETA sanity test. * Make compile with Python 2.6.
This commit is contained in:
11
tests/sanity/extra/botmeta.json
Normal file
11
tests/sanity/extra/botmeta.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"include_symlinks": false,
|
||||
"prefixes": [
|
||||
".github/BOTMETA.yml"
|
||||
],
|
||||
"output": "path-line-column-message",
|
||||
"requirements": [
|
||||
"PyYAML",
|
||||
"voluptuous==0.12.1"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user