We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8ab5c commit 6827c72Copy full SHA for 6827c72
.github/workflows/e2e.yml
@@ -1,4 +1,4 @@
1
-name: End-to-End Test
+name: E2E Test
2
3
on:
4
push:
@@ -48,7 +48,7 @@ jobs:
48
cat > .pre-commit-config.yaml << 'EOF'
49
repos:
50
- repo: https://github.com/cpp-linter/cpp-linter-hooks
51
- rev: v0.8.3
+ rev: v1.0.0
52
hooks:
53
- id: clang-format
54
args: [--style=${{ github.event.inputs.style || 'Google' }}, --version=${{ github.event.inputs.clang_version || '20' }}]
0 commit comments