Browse Source

Bump clang-format-check.yml

pull/7632/head
Gleb Mazovetskiy 1 year ago
parent
commit
a16c339c3c
  1. 6
      .github/workflows/clang-format-check.yml

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

@ -29,13 +29,11 @@ jobs:
- name: Formatting Check (Source)
uses: jidicula/clang-format-action@v4.14.0
with:
clang-format-version: '13'
clang-format-version: '18'
check-path: 'Source'
fallback-style: 'webkit'
- name: Formatting Check (test)
uses: jidicula/clang-format-action@v4.14.0
with:
clang-format-version: '13'
clang-format-version: '18'
check-path: 'test'
fallback-style: 'webkit'

Loading…
Cancel
Save