Skip to content

Add Faust modules

Add Faust modules #7

Workflow file for this run

name: Style
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.11
with:
source: 'Source'
extensions: 'h,cpp'
clangFormatVersion: 10