File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- name : Large Codebase Functional Test
1
+ name : End-to-End Test
2
2
3
3
on :
4
4
push :
22
22
23
23
jobs :
24
24
test :
25
- name : Test cpp-linter-hooks
26
25
runs-on : ubuntu-latest
27
26
28
27
steps :
29
- - name : Checkout cpp-linter-hooks
28
+ - name : Checkout
30
29
uses : actions/checkout@v4
31
30
32
- - name : Set up Python 3.11
31
+ - name : Set up Python 3.13
33
32
uses : actions/setup-python@v4
34
33
with :
35
- python-version : ' 3.11 '
34
+ python-version : ' 3.13 '
36
35
37
36
- name : Install dependencies
38
37
run : |
50
49
cat > .pre-commit-config.yaml << 'EOF'
51
50
repos:
52
51
- repo: https://github.com/cpp-linter/cpp-linter-hooks
53
- rev: v0.8.1
52
+ rev: v0.8.3
54
53
hooks:
55
54
- id: clang-format
56
55
args: [--style=${{ github.event.inputs.style || 'Google' }}, --version=${{ github.event.inputs.clang_version || '20' }}]
You can’t perform that action at this time.
0 commit comments