github action: update git-clang-format-lint
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
b37db3e051
commit
900b6893d6
|
@ -8,6 +8,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: git fetch --depth=1 origin ${{ github.event.pull_request.base.sha }}
|
- run: git fetch --depth=1 origin ${{ github.event.pull_request.base.sha }}
|
||||||
- uses: yshui/git-clang-format-lint@v1.9
|
- uses: yshui/git-clang-format-lint@v1.10
|
||||||
with:
|
with:
|
||||||
base: ${{ github.event.pull_request.base.sha }}
|
base: ${{ github.event.pull_request.base.sha }}
|
||||||
|
|
|
@ -9,6 +9,6 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 2
|
fetch-depth: 2
|
||||||
- uses: yshui/git-clang-format-lint@v1.9
|
- uses: yshui/git-clang-format-lint@v1.10
|
||||||
with:
|
with:
|
||||||
base: ${{ github.event.ref }}~1
|
base: ${{ github.event.ref }}~1
|
||||||
|
|
Loading…
Reference in New Issue