Skip to content

Commit

Permalink
Remove custom paths from the workflow to run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Aug 23, 2024
1 parent 0f11320 commit 8df01de
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,11 @@ on:
- main
- develop
pull_request:
paths:
- '**.[ch]pp'
- '**.[ch]'
- '.github/**'
workflow_dispatch:

jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
- 'examples'
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
Expand Down

0 comments on commit 8df01de

Please sign in to comment.