Skip to content

Move to new simd approach #52

Move to new simd approach

Move to new simd approach #52

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', 'examples'' ]

Check failure on line 9 in .github/workflows/code-checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code-checks.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
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 }}