Skip to content

Commit

Permalink
ci/github: update git-clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Shui <[email protected]>
  • Loading branch information
yshui committed Jul 30, 2024
1 parent f3bd17e commit 71c765a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-style-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/coding-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 71c765a

Please sign in to comment.