Skip to content

Commit 6827c72

Browse files
committed
update e2e.yml
1 parent 1a8ab5c commit 6827c72

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
@@ -1,4 +1,4 @@
1-
name: End-to-End Test
1+
name: E2E Test
22

33
on:
44
push:
@@ -48,7 +48,7 @@ jobs:
4848
cat > .pre-commit-config.yaml << 'EOF'
4949
repos:
5050
- repo: https://github.com/cpp-linter/cpp-linter-hooks
51-
rev: v0.8.3
51+
rev: v1.0.0
5252
hooks:
5353
- id: clang-format
5454
args: [--style=${{ github.event.inputs.style || 'Google' }}, --version=${{ github.event.inputs.clang_version || '20' }}]

0 commit comments

Comments
 (0)