Skip to content

Change to ArduinoJson 7 #13

Change to ArduinoJson 7

Change to ArduinoJson 7 #13

Workflow file for this run

name: "cppcheck"
on: [push, pull_request]
jobs:
cppcheck-analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install cppcheck
run: |
sudo apt-get update
sudo apt-get install -y cppcheck
- name: Run cppcheck
run: |
cppcheck --language=c++ --enable=all --force ./src