Skip to content

fix: fixed linters so all tests should pass #31

fix: fixed linters so all tests should pass

fix: fixed linters so all tests should pass #31

Workflow file for this run

name: CPPLinters
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
cpplinter:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Python Setup
uses: actions/setup-python@v3
with:
python-version: 3.13
- name: Install libraries
run: make python-install-development
- name: clang-tidy
run: make clang-tidy