Skip to content

Update version of actions #106

Update version of actions

Update version of actions #106

Workflow file for this run

name: Reviewdog
on: [pull_request]
permissions: read-all
jobs:
cpplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: reviewdog/action-cpplint@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
flags: --linelength=120