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 6827c72 commit a8f64d9Copy full SHA for a8f64d9
.github/workflows/e2e.yml
@@ -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: v1.0.0
+ rev: main
52
hooks:
53
- id: clang-format
54
args: [--style=${{ github.event.inputs.style || 'Google' }}, --version=${{ github.event.inputs.clang_version || '20' }}]
0 commit comments