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 3b4fee3 commit e0f4b6dCopy full SHA for e0f4b6d
1 file changed
.github/workflows/e2e.yml
@@ -1,4 +1,4 @@
1
-name: Large Codebase Functional Test
+name: End-to-End Test
2
3
on:
4
push:
@@ -22,17 +22,16 @@ on:
22
23
jobs:
24
test:
25
- name: Test cpp-linter-hooks
26
runs-on: ubuntu-latest
27
28
steps:
29
- - name: Checkout cpp-linter-hooks
+ - name: Checkout
30
uses: actions/checkout@v4
31
32
- - name: Set up Python 3.11
+ - name: Set up Python 3.13
33
uses: actions/setup-python@v4
34
with:
35
- python-version: '3.11'
+ python-version: '3.13'
36
37
- name: Install dependencies
38
run: |
@@ -50,7 +49,7 @@ jobs:
50
49
cat > .pre-commit-config.yaml << 'EOF'
51
repos:
52
- repo: https://github.com/cpp-linter/cpp-linter-hooks
53
- rev: v0.8.1
+ rev: v0.8.3
54
hooks:
55
- id: clang-format
56
args: [--style=${{ github.event.inputs.style || 'Google' }}, --version=${{ github.event.inputs.clang_version || '20' }}]
0 commit comments