1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2025-03-24 17:26:22 -04:00

Merge pull request from yshui/update-clang

ci: update git-clang-format
This commit is contained in:
Maxim Solovyov 2024-02-14 20:37:34 +03:00 committed by GitHub
commit 28cb220b5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.14
- uses: yshui/git-clang-format-lint@v1.15
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.14
- uses: yshui/git-clang-format-lint@v1.15
with:
base: ${{ github.event.ref }}~1