Skip to content

Commit

Permalink
fixup! Import code for optical flow in the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
squishyhuman committed Oct 4, 2023
1 parent ada3f9e commit 214080d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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'

0 comments on commit 214080d

Please sign in to comment.