Loading .gitlab-ci.yml +8 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,14 @@ check format: -v check rpc consistency: stage: lint image: ${CORE} needs: [] script: - python3 ${SCRIPTS_DIR}/check_rpc_consistency.py "${CI_PROJECT_DIR}" ################################################################################ ## Building ################################################################################ Loading Loading
.gitlab-ci.yml +8 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,14 @@ check format: -v check rpc consistency: stage: lint image: ${CORE} needs: [] script: - python3 ${SCRIPTS_DIR}/check_rpc_consistency.py "${CI_PROJECT_DIR}" ################################################################################ ## Building ################################################################################ Loading