mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
chore: add check-env-var-annotations to drone CI
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user