Skip to content

doc: project name - OSo #9

doc: project name - OSo

doc: project name - OSo #9

Workflow file for this run

name: Lint
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 --filter=-legal/copyright,-whitespace/braces,-readability/casting,-build/include_subdir,-build/header_guard --linelength=120 --quiet --recursive .