Skip to content

Add descriptive error messages for known error cases in target control host command results #223

Add descriptive error messages for known error cases in target control host command results

Add descriptive error messages for known error cases in target control host command results #223

Workflow file for this run

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