Commit e369175d authored by Ramon Nou's avatar Ramon Nou
Browse files

ci: run RPC consistency checker

parent 2ed6ce76
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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
################################################################################