There was an error while loading. Please reload this page.
1 parent 685720a commit 9b54acaCopy full SHA for 9b54aca
1 file changed
.github/workflows/clang-format.yml
@@ -2,13 +2,13 @@ name: Clang Format
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ master ]
6
paths:
7
- '.github/**'
8
- 'cubool/**'
9
- '.clang-format'
10
pull_request:
11
12
13
jobs:
14
formatting-check:
@@ -21,8 +21,9 @@ jobs:
21
- 'cubool'
22
steps:
23
- uses: actions/checkout@v4
24
+
25
- name: Run clang-format style check
26
uses: jidicula/clang-format-action@v4.15.0
27
with:
28
clang-format-version: '20'
- check-path: ${{ matrix.path }}
29
+ check-path: ${{ matrix.path }}
0 commit comments