Skip to content

Ran static analysis and cleaned up a few issues #33

Ran static analysis and cleaned up a few issues

Ran static analysis and cleaned up a few issues #33

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cmake dir
run: mkdir build 2> /dev/null
- name: cd build
run: cd build
- name: cmake .
run: cmake .
- name: make
run: make