Skip to content

Add can terminator (#62) #228

Add can terminator (#62)

Add can terminator (#62) #228

Workflow file for this run

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