We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8d3e0 commit fbd71efCopy full SHA for fbd71ef
1 file changed
.github/workflows/clang-format.yml
@@ -2,15 +2,15 @@ name: Clang Format
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ main ]
6
paths:
7
- '.github/**'
8
- 'src/**'
9
- 'include/**'
10
- 'tests/**'
11
- '.clang-format'
12
pull_request:
13
14
15
jobs:
16
formatting-check:
@@ -30,4 +30,4 @@ jobs:
30
uses: jidicula/clang-format-action@v4.15.0
31
with:
32
clang-format-version: '20'
33
- check-path: ${{ matrix.path }}
+ check-path: ${{ matrix.path }}
0 commit comments