Skip to content

docs: add migration guide (#64) #170

docs: add migration guide (#64)

docs: add migration guide (#64) #170

Workflow file for this run

name: code_style
on: [push]
jobs:
cpplint:
runs-on: ubuntu-24.04
timeout-minutes: 2
steps:
- uses: actions/checkout@v6
- run: |
pip3 install cpplint
sudo apt-get install -y cppcheck dos2unix
- run: make cpplint