Add BOTMETA extra sanity test (#3064)

* Add BOTMETA sanity test.

* Make compile with Python 2.6.
This commit is contained in:
Felix Fontein
2021-07-25 10:00:10 +02:00
committed by GitHub
parent 20f46f7669
commit dc3e16113d
3 changed files with 199 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
{
"include_symlinks": false,
"prefixes": [
".github/BOTMETA.yml"
],
"output": "path-line-column-message",
"requirements": [
"PyYAML",
"voluptuous==0.12.1"
]
}