Merge pull request #1194 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