Skip to content

Kochetov Nikolay st-3 #282

Kochetov Nikolay st-3

Kochetov Nikolay st-3 #282

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: cpplint
on: [push, pull_request]
jobs:
cpplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install cpplint
- run: cpplint --filter=-build/include_subdir,-whitespace/comments,+whitespace/indent --recursive .