Skip to content

Commit

Permalink
Check formatting of all files (including examples) (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
abobija authored Sep 9, 2024
1 parent 3592357 commit ccb1d8e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/clang-format-check.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: clang-format Check
name: Check Formatting

on:
pull_request_target:
Expand All @@ -7,16 +7,9 @@ jobs:
clang-format-check:
runs-on: ubuntu-latest

strategy:
matrix:
path:
- include
- src

steps:
- uses: actions/checkout@v4
- name: 'clang-format check'
uses: jidicula/[email protected]
with:
clang-format-version: 18
check-path: ${{ matrix.path }}

0 comments on commit ccb1d8e

Please sign in to comment.