Skip to content

Commit

Permalink
Update clang-format-check
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Jul 18, 2024
1 parent 17b6f46 commit 2d582c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/clang-format-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
paths:
- '**.c'
- '**.h'
push:
branches:
- main

jobs:
formatting-check:
Expand All @@ -15,7 +18,7 @@ jobs:
# Filter only files changed by the PR.
- name: Filter changed files
id: filter
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
with:
filters: |
c_files:
Expand Down

0 comments on commit 2d582c3

Please sign in to comment.