Skip to content

Upd libparams cmake (#57) #151

Upd libparams cmake (#57)

Upd libparams cmake (#57) #151

Workflow file for this run

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