Skip to content

tests: add fast module unit tests #15

tests: add fast module unit tests

tests: add fast module unit tests #15

Workflow file for this run

name: C++ Linters
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
cpp_linter:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Python Setup
uses: actions/setup-python@v6
with:
python-version: 3.13
cache: 'pip'
cache-dependency-path: ./setup.cfg
- name: Install libraries
run: make python-install-development
- name: Run clang-tidy
run: make clang-tidy