Skip to content

chore: Update to esp-idf v5.5.1 and update dependencies #23

chore: Update to esp-idf v5.5.1 and update dependencies

chore: Update to esp-idf v5.5.1 and update dependencies #23

Workflow file for this run

name: Static analysis
on: [pull_request]
jobs:
static_analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run static analysis
uses: esp-cpp/StaticAnalysis@master
with:
# Do not build the project and do not use cmake to generate compile_commands.json
use_cmake: false
# (Optional) cppcheck args
cppcheck_args: --force --enable=all --inline-suppr --inconclusive --platform=mips32 --std=c++17 --suppressions-list=$GITHUB_WORKSPACE/suppressions.txt