chore: add check-env-var-annotations to drone CI

This commit is contained in:
Phil Davis
2024-03-05 14:01:45 +05:45
parent 366b03e6e2
commit cc67dbf513

View File

@@ -754,6 +754,13 @@ def codestyle(ctx):
"make test-php-style",
],
},
{
"name": "check-env-var-annotations",
"image": OC_CI_PHP % phpVersion,
"commands": [
"make check-env-var-annotations",
],
},
],
"depends_on": [],
"trigger": {