Skip to content

Commit

Permalink
Share the codequal job with sst-githubactions (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul authored Jul 27, 2024
1 parent fb722bc commit 262337b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'tests'
- 'include'
path: [ 'tests', 'include' ]
steps:
- uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v3

- name: Run clang-format style check
uses: jidicula/clang-format-[email protected]
uses: surge-synthesizer/sst-githubactions/clang-format-check@main
with:
clang-format-version: '17'
check-path: ${{ matrix.path }}
path: ${{ matrix.path }}

0 comments on commit 262337b

Please sign in to comment.