Skip to content

Commit a7a81ca

Browse files
committed
reverted clang-format fix
1 parent ebf5e3d commit a7a81ca

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -202,16 +202,6 @@ jobs:
202202
- name: Get Sources
203203
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
204204

205-
- name: Run clang-format style check for C and Java code
206-
uses: DoozyX/clang-format-lint-action@bcb4eb2cb0d707ee4f3e5cc3b456eb075f12cf73 # v0.20
207-
with:
208-
source: '.'
209-
extensions: 'c,h,cpp,hpp,java'
210-
clangFormatVersion: 17
211-
style: file
212-
exclude: './config ./hl/src/H5LTanalyze.c ./hl/src/H5LTparse.c ./hl/src/H5LTparse.h ./src/H5Epubgen.h ./src/H5Einit.h ./src/H5Eterm.h ./src/H5Edefin.h ./src/H5version.h ./src/H5overflow.h'
213-
if: matrix.ostype == 'ubuntu'
214-
215205
- name: Setup jextract (FFM builds only)
216206
if: ${{ inputs.force_java_implementation == 'ffm' }}
217207
uses: ./.github/actions/setup-jextract

0 commit comments

Comments
 (0)