mirror of
https://github.com/yshui/picom.git
synced 2024-11-03 04:33:49 -05:00
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:
parent
2a60836a9b
commit
48b7d7c27d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/coding-style-pr.yml
vendored
2
.github/workflows/coding-style-pr.yml
vendored
|
@ -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.10
|
||||
- uses: yshui/git-clang-format-lint@v1.11
|
||||
with:
|
||||
base: ${{ github.event.pull_request.base.sha }}
|
||||
|
|
2
.github/workflows/coding-style.yml
vendored
2
.github/workflows/coding-style.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue