Browse Source

Merge c7e3d71037 into 5a08031caf

pull/8516/merge
dependabot[bot] 20 hours ago committed by GitHub
parent
commit
f217b4f302
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/clang-format-check.yml

4
.github/workflows/clang-format-check.yml

@ -27,13 +27,13 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Formatting Check (Source) - name: Formatting Check (Source)
uses: jidicula/clang-format-action@v4.16.0 uses: jidicula/clang-format-action@v4.17.0
with: with:
clang-format-version: '18' clang-format-version: '18'
check-path: 'Source' check-path: 'Source'
- name: Formatting Check (test) - name: Formatting Check (test)
uses: jidicula/clang-format-action@v4.16.0 uses: jidicula/clang-format-action@v4.17.0
with: with:
clang-format-version: '18' clang-format-version: '18'
check-path: 'test' check-path: 'test'

Loading…
Cancel
Save