Skip to content

Fix "buffer is too large" #175

Fix "buffer is too large"

Fix "buffer is too large" #175

Workflow file for this run

name: format-check
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.13
with:
source: 'p4-fusion tests'
extensions: 'h,cc'
clangFormatVersion: 12.0.1