Skip to content

Update Release Notes #160

Update Release Notes

Update Release Notes #160

Workflow file for this run

name: Run clang-format
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './libffi* ./portaudio ./Packages ./Resources ./Drivers ./Toolkit/TFLSampleScripts.cpp ./Toolkit/TFLSampleScripts.h'
extensions: 'h,cpp,t,mm,c'
clangFormatVersion: 13