check xs format

This commit is contained in:
ailin-nemui 2020-04-28 15:34:47 +02:00
commit 66a7cc3c34
5 changed files with 246 additions and 0 deletions

View file

@ -10,6 +10,11 @@ jobs:
|
refs=($(git log -1 --format=%s))
git fetch --depth=1 origin "${refs[3]}"
- name: configure clang-format
run:
|
git config clangformat.binary $PWD/.github/workflows/clangformat/clang-format-xs
git config clangformat.extensions c,h,xs
- name: run git-clang-format and Check if no changes are needed
run:
|