Skip to content

Add cross compile support #193

Add cross compile support

Add cross compile support #193

Workflow file for this run

name: Source Code Formatting Check
on:
pull_request:
branches: [ "main" ]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-22.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: '16'