Skip to content

Commit f46a3a6

Browse files
committed
switch back to v2.0.0rc11
1 parent 0b4a40f commit f46a3a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cpp-lint-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cpp-linter as action
33
on:
44
workflow_dispatch:
55
workflow_call:
6-
pull_request:
6+
# pull_request:
77

88

99
jobs:

.github/workflows/cpp-lint-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
description: 'which branch to test'
88
default: 'main'
99
required: true
10-
# pull_request:
10+
pull_request:
1111

1212
jobs:
1313
cpp-linter:
@@ -38,7 +38,7 @@ jobs:
3838
# run: python -m pip install clang-tools git+https://github.com/${{ matrix.repo }}/@${{ matrix.branch }}
3939
run: |
4040
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
4242
# python -m pip install git+https://github.com/cpp-linter/cpp_linter_rs.git@main#subdirectory=py-binding
4343

4444
- name: Install clang-tools

0 commit comments

Comments
 (0)