Skip to content

Bump version: 1.2.0 → 1.2.1 #320

Bump version: 1.2.0 → 1.2.1

Bump version: 1.2.0 → 1.2.1 #320

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