Skip to content

delete ctrl package because can not build & add third party octomap s… #16

delete ctrl package because can not build & add third party octomap s…

delete ctrl package because can not build & add third party octomap s… #16

Workflow file for this run

name: cpplint
on: [push, pull_request]
jobs:
cpplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- run: pip install cpplint
- run: cpplint --quiet --recursive .