Skip to content

fix more fialing tests #315

fix more fialing tests

fix more fialing tests #315

Workflow file for this run

name: Run Linters
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: update
run: sudo apt update
- name: submodules
run: sudo apt install cppcheck
- name: Run cppcheck
run: |
cppcheck ./src