File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: cpp-linter as action
3
3
on :
4
4
workflow_dispatch :
5
5
workflow_call :
6
- pull_request :
6
+ # pull_request:
7
7
8
8
9
9
jobs :
Original file line number Diff line number Diff line change 7
7
description : ' which branch to test'
8
8
default : ' main'
9
9
required : true
10
- # pull_request:
10
+ pull_request :
11
11
12
12
jobs :
13
13
cpp-linter :
38
38
# run: python -m pip install clang-tools git+https://github.com/${{ matrix.repo }}/@${{ matrix.branch }}
39
39
run : |
40
40
python -m pip install clang-tools
41
- python -m pip install -i https://test.pypi.org/simple/ cpp-linter==2.0.0rc8
41
+ python -m pip install -i https://test.pypi.org/simple/ cpp-linter==2.0.0rc11
42
42
# python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@main#subdirectory=py-binding
43
43
44
44
- name : Install clang-tools
You can’t perform that action at this time.
0 commit comments