Browse Source

chore: update clangformat version to 14 again

tags/0.1.0
TCL 3 years ago
parent
commit
903643771a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/clang-format.yml

+ 1
- 1
.github/workflows/clang-format.yml View File

@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.13
- uses: DoozyX/clang-format-lint-action@v0.14
with:
source: '.'
extensions: 'cs,c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx,i,ixx,ipp,i++'


Loading…
Cancel
Save