Skip to content

[RFC] Redesigned CMake build infrastructure for C++ API #130

[RFC] Redesigned CMake build infrastructure for C++ API

[RFC] Redesigned CMake build infrastructure for C++ API #130

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
permissions: read-all
jobs:
pre-commit:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: pre-commit/[email protected]