.. _ci: Continuous Integration ====================== .. _gitact: Github Actions Workflows ------------------------ .. _gitact_templates: Base Template ************* ``bao-ci/.github/workflows/templates/base.yml`` Jobs #### - **gitlint** TBD - **license** TBD C Language Template ******************* ``bao-ci/.github/workflows/templates/c.yml`` Jobs #### - **build** TBD - **coding-style** TBD - **static-analysis** TBD - **misra** TBD Misc Template ************* ``bao-ci/.github/workflows/templates/misc.yml`` Jobs #### - **pylint** TBD - **ymllint** TBD .. _gitact_checkers: CI Checkers ----------- Linters, Formatters & Checkers ****************************** Gitlint ####### Clang Format ############ Clang Tidy ########## Pylint ###### Ymllint ####### License ####### Static Analyzers **************** Cppcheck (Misra) ################ .. _gitact_local_env: Setup Local Environment *********************** .. _docker: Docker Container ----------------