mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 15:06:21 +00:00
chore: updat clang-format action to 4.16.0
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
grep -P 'auto_(char|gchar|gcharv|gerror|guchar|jid|sqlite|gfd|FILE)[\w *]*;$' -r src && exit -1 || true
|
grep -P 'auto_(char|gchar|gcharv|gerror|guchar|jid|sqlite|gfd|FILE)[\w *]*;$' -r src && exit -1 || true
|
||||||
- name: Run clang-format
|
- name: Run clang-format
|
||||||
uses: jidicula/clang-format-action@v4.15.0
|
uses: jidicula/clang-format-action@v4.16.0
|
||||||
with:
|
with:
|
||||||
clang-format-version: '21'
|
clang-format-version: '21'
|
||||||
check-path: 'src'
|
check-path: 'src'
|
||||||
|
|||||||
Reference in New Issue
Block a user