Skip to content

Actually use pybind11 3.0 in CI #271

Actually use pybind11 3.0 in CI

Actually use pybind11 3.0 in CI #271

Workflow file for this run

name: Lint
on: [push]
jobs:
clang-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.18.1
with:
source: '.'
extensions: 'h,cpp'
clangFormatVersion: 18