Skip to content

add node status subscription (#47) #111

add node status subscription (#47)

add node status subscription (#47) #111

Workflow file for this run

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