Skip to content

Commit 8fbdb7e

Browse files
committed
update e2e.yml
1 parent 19e4605 commit 8fbdb7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
rm -f .pre-commit-config.yaml || true
3434
cat > .pre-commit-config.yaml << EOF
3535
repos:
36-
- repo: https://github.com/pre-commit/mirrors-clang-format
37-
rev: ${{ matrix.clang_version }}
36+
- repo: https://github.com/cpp-linter/cpp-linter-hooks
37+
rev: ${{ github.sha }}
3838
hooks:
3939
- id: clang-format
4040
args: [--style=LLVM, --version=${{ matrix.clang_version }}]

0 commit comments

Comments
 (0)