Skip to content

bump pybind11_json to 0.2.15 and remove one test skip given a segfault was fixed. closes #319 #1092

bump pybind11_json to 0.2.15 and remove one test skip given a segfault was fixed. closes #319

bump pybind11_json to 0.2.15 and remove one test skip given a segfault was fixed. closes #319 #1092

Workflow file for this run

name: cpplint
on:
pull_request:
branches: [ main ]
jobs:
clang-tidy:
name: clang-tidy
runs-on: ubuntu-latest
steps:
- name: clang-tidy check
uses: smay1613/clang-tidy-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}