Skip to content

...or algorithm problems (#151) #51

...or algorithm problems (#151)

...or algorithm problems (#151) #51

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 }}