Skip to content

Update to support python 3.12 (#23) #54

Update to support python 3.12 (#23)

Update to support python 3.12 (#23) #54

Workflow file for this run

name: clang-tidy check
on: [push, pull_request]
jobs:
clang-tidy:
name: clang-tidy check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y clang-tidy
- name: Run check
run: mkdir build && cd build && cmake .. && make clang-tidy