Skip to content

Add host command support for getting number of chunks of given type in htool #433

Add host command support for getting number of chunks of given type in htool

Add host command support for getting number of chunks of given type in htool #433

Workflow file for this run

name: Check clang-format
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: 'ubuntu-24.04'
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: 'transports'
fallback-style: 'Google' # optional