mirror of
https://github.com/yshui/picom.git
synced 2025-03-24 17:26:22 -04:00
Merge pull request #1194 from yshui/update-clang
ci: update git-clang-format
This commit is contained in:
commit
28cb220b5b
2 changed files with 2 additions and 2 deletions
.github/workflows
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@v4
|
||||
- run: git fetch --depth=1 origin ${{ github.event.pull_request.base.sha }}
|
||||
- uses: yshui/git-clang-format-lint@v1.14
|
||||
- uses: yshui/git-clang-format-lint@v1.15
|
||||
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@v4
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- uses: yshui/git-clang-format-lint@v1.14
|
||||
- uses: yshui/git-clang-format-lint@v1.15
|
||||
with:
|
||||
base: ${{ github.event.ref }}~1
|
||||
|
|
Loading…
Add table
Reference in a new issue