Update coding style workflow

Alpine stopped packaging git-clang-format in newer versions.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2021-06-20 06:56:16 +01:00
parent 2a60836a9b
commit 48b7d7c27d
2 changed files with 2 additions and 2 deletions

View File

@@ -9,6 +9,6 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: yshui/git-clang-format-lint@v1.10
- uses: yshui/git-clang-format-lint@v1.11
with:
base: ${{ github.event.ref }}~1