Skip to content

Add support to control USB mux connected to target #216

Add support to control USB mux connected to target

Add support to control USB mux connected to target #216

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