ci: update coding style check

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2022-07-14 18:37:26 +01:00
parent a8b15f3a1b
commit 60c9695394
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: git fetch --depth=1 origin ${{ github.event.pull_request.base.sha }}
- uses: yshui/git-clang-format-lint@v1.11
- uses: yshui/git-clang-format-lint@v1.13
with:
base: ${{ github.event.pull_request.base.sha }}