Skip to content

CI: build with ubuntu-22.04 #87

CI: build with ubuntu-22.04

CI: build with ubuntu-22.04 #87

Workflow file for this run

name: Reviewdog
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 }}
reporter: github-pr-check
flags: --linelength=120