Drone: Check CUE dashboard schemas (#29334)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-11-25 08:11:08 +01:00
committed by GitHub
parent 10ff4eecef
commit 65ca47549d
7 changed files with 232 additions and 210 deletions
+2
View File
@@ -4,6 +4,7 @@ load(
'lint_backend_step',
'codespell_step',
'shellcheck_step',
'dashboard_schemas_check',
'test_backend_step',
'test_frontend_step',
'build_backend_step',
@@ -41,6 +42,7 @@ def get_steps(edition, is_downstream=False):
lint_backend_step(edition),
codespell_step(),
shellcheck_step(),
dashboard_schemas_check(),
test_backend_step(),
test_frontend_step(),
frontend_metrics_step(edition=edition),