Loading tbc_check/checker.py +2 −0 Original line number Diff line number Diff line Loading @@ -563,6 +563,8 @@ def _check_tpl( # check jobs # ---------- for name, body in tpl_body.items(): if isinstance(body, str): # alias continue if "stage" not in body and "extends" not in body: # not a job?, continue Loading Loading
tbc_check/checker.py +2 −0 Original line number Diff line number Diff line Loading @@ -563,6 +563,8 @@ def _check_tpl( # check jobs # ---------- for name, body in tpl_body.items(): if isinstance(body, str): # alias continue if "stage" not in body and "extends" not in body: # not a job?, continue Loading