Skip to content

Upgrade to Doxygen 1.9.8 (from 1.9.1) #50

Upgrade to Doxygen 1.9.8 (from 1.9.1)

Upgrade to Doxygen 1.9.8 (from 1.9.1) #50

Workflow file for this run

name: cpplint
on: [push, pull_request]
jobs:
cpplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: pip install cpplint
- run: cpplint --quiet --root=../ --filter=-build/c++11,-build/include,-runtime/array,-runtime/string,-whitespace/braces,-whitespace/indent,-whitespace/line_length,-whitespace/tab --recursive src tests