1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-25 14:06:08 -05:00

ci/github: update git-clang-format

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2024-07-30 20:59:23 +01:00
parent 32b7c17aee
commit 1728107034
No known key found for this signature in database
GPG key ID: D3A4405BE6CC17F4
2 changed files with 2 additions and 2 deletions

View file

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

View file

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