Skip to content

Commit

Permalink
Update clang-format-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zfergus committed Jun 10, 2024
1 parent 4fe14d9 commit a5ee144
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: clang-format Check
on: [push, pull_request]
on:
push:
pull_request:
paths:
- '.github/workflows/clang-format-check.yml'
- '.clang-format'
- 'src/**'
- 'tests/src/**'
- 'python/src/**'
jobs:
formatting-check:
name: Formatting Check
Expand Down

0 comments on commit a5ee144

Please sign in to comment.