Skip to content

Fix an error for gated-due-to-sustain in pinao-mode #23

Fix an error for gated-due-to-sustain in pinao-mode

Fix an error for gated-due-to-sustain in pinao-mode #23

Workflow file for this run

name: Format Check
on: [pull_request]
jobs:
formatting-check:
name: Clang Format Check
runs-on: ubuntu-latest
strategy:
matrix:
path: [ 'tests', 'include' ]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run clang-format style check
uses: surge-synthesizer/sst-githubactions/clang-format-check@main
with:
path: ${{ matrix.path }}