Skip to content

Fix cuMemCreate not been properly counted #8

Fix cuMemCreate not been properly counted

Fix cuMemCreate not been properly counted #8

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: style
# Controls when the action will run. Triggers the workflow on push or pull request
on:
pull_request:
jobs:
cpplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: reviewdog/action-cpplint@master
with:
github_token: ${{ secrets.github_token }}