Skip to content

feat: update readME #12

feat: update readME

feat: update readME #12

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