Skip to content

feat: more auto code generated pubs #15

feat: more auto code generated pubs

feat: more auto code generated pubs #15

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