fix clang-format check (#110)

This commit is contained in:
Pheenoh
2021-01-31 20:55:56 -05:00
committed by GitHub
parent f1924e91f4
commit b595f0d0bf
3 changed files with 20 additions and 6 deletions
+5 -5
View File
@@ -8,8 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.11
with:
source: '.'
extensions: 'h,cpp'
clangFormatVersion: 11
- name: Install clang-format
run: sudo apt-get install clang-format-10
- name: Run clang-format-check
run: sh tools/clang-format-check.sh