Skip to content

mem: memory api to allocate mem blocks #2

mem: memory api to allocate mem blocks

mem: memory api to allocate mem blocks #2

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 .