Skip to content

Commit

Permalink
Fixes syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Oct 16, 2024
1 parent de185b8 commit 2c0e05d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@ on:
- '**.c'
- '**.inl'
- '**clang-format-check.yml'
pull_request:
- '**.clang-format'
pull_request:
paths:
- '**.ino'
- '**.cpp'
- '**.hpp'
- '**.h'
- '**.c'
- '**.inl'
- '**clang-format-check.yml'
- '**.clang-format'
workflow_dispatch:

jobs:
formatting-check:
Expand All @@ -29,12 +33,12 @@ jobs:
strategy:
matrix:
path:
#- check: './' # path to include
# exclude: '' # path to exclude
- check: 'src'
exclude: ''
- check: 'test'
exclude: ''
- check: 'examples'
# exclude: '(Fonts)' # Exclude file paths containing "Fonts"
exclude: ''

steps:
- name: Checkout
Expand Down

0 comments on commit 2c0e05d

Please sign in to comment.