Skip to content

Fix bug: failure to convert to json string #13

Fix bug: failure to convert to json string

Fix bug: failure to convert to json string #13

Workflow file for this run

name: cppcheck
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
lint:
name: cppcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install cppcheck
run: sudo apt-get -y install cppcheck
- name: Check cppcheck version
run: cppcheck --version
- name: cppcheck the code
run: cppcheck --quiet -i fuzz-test -i old -i utest .