Skip to content

Add F411 support

Add F411 support #303

Workflow file for this run

name: cpplint
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
cpplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: pip install cpplint
- run: cpplint --recursive --quiet --extensions cpp,cc,ino host device python