Skip to content

Start instance monitoring before instance is launched #717

Start instance monitoring before instance is launched

Start instance monitoring before instance is launched #717

name: Static analysis
on:
push:
branches:
- main
pull_request:
branches:
- develop
- feature_*
jobs:
cpp-check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Prepare
run: |
sudo apt install cppcheck -y
- name: Run cppcheck
run: |
cppcheck --enable=all --inline-suppr -I src -I include --std=c++17 --error-exitcode=1 \
--suppressions-list=./suppressions.txt src