Skip to content

Add macos build action #10

Add macos build action

Add macos build action #10

Workflow file for this run

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