Skip to content

Node, Host and HostDriver moved to separate libraries #101

Node, Host and HostDriver moved to separate libraries

Node, Host and HostDriver moved to separate libraries #101

Workflow file for this run

name: Clang Format CI
on: [workflow_call, push]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: ${{ matrix.path }}