mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
check xs format
This commit is contained in:
parent
0548bb1a3c
commit
66a7cc3c34
5 changed files with 246 additions and 0 deletions
5
.github/workflows/clangformat.yml
vendored
5
.github/workflows/clangformat.yml
vendored
|
|
@ -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:
|
||||
|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue