Skip to content

fixup! Import code for optical flow in the browser #1

fixup! Import code for optical flow in the browser

fixup! Import code for optical flow in the browser #1

name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-22.04
defaults:
run:
working-directory: onchain
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++/Protobuf programs
uses: jidicula/clang-format-action@v4
with:
clang-format-version: '15'
check-path: 'lib'