Skip to content

add check for raccoonlab-tools in Makefile #10

add check for raccoonlab-tools in Makefile

add check for raccoonlab-tools in Makefile #10

Workflow file for this run

name: code_style
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
cpplint:
timeout-minutes: 1
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: pip3 install cpplint
- name: cpplint cyphal
run: |
cpplint Src/cyphal_application/*pp Src/cyphal_application/modules/*/*pp
cpplint Src/dronecan_application/*pp Src/dronecan_application/modules/*pp
cpplint Src/periphery/*/*pp Src/platform/*/*pp