Skip to content

Merge pull request #307 from cturqueti/pr/306 #49

Merge pull request #307 from cturqueti/pr/306

Merge pull request #307 from cturqueti/pr/306 #49

Workflow file for this run

name: cpplint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install cpplint
- name: Linting
run: |
cpplint --repository=. --recursive --filter=-whitespace/line_length,-legal/copyright,-runtime/printf,-build/include,-build/namespace ./src