Skip to content

Bump actions/checkout from 4 to 5 #457

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #457

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@v5
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install "cpplint<2"
- run: cpplint --recursive --quiet --extensions cpp,cc,ino host device python