Skip to content

Attempt at more modern CMake and updated github actions #147

Attempt at more modern CMake and updated github actions

Attempt at more modern CMake and updated github actions #147

Workflow file for this run

name: Run clang-format
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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