File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
branches : main
9
9
paths-ignore : " docs/**"
10
+ workflow_dispatch :
10
11
11
12
jobs :
12
13
add-tag :
Original file line number Diff line number Diff line change
1
+ # This configuration file was automatically generated by Gitpod.
2
+ # Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3
+ # and commit this file to your remote git repository to share the goodness with others.
4
+
5
+ tasks :
6
+ - init : pip install -r requirements.txt pre-commit
7
+ command : pre-commit install
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ clang-tools==0.6.2
4
4
5
5
# cpp-linter core Python executable package
6
6
# For details please see: https://github.com/cpp-linter/cpp-linter
7
- cpp-linter == 1.4.8
7
+ cpp-linter == 1.4.9
You can’t perform that action at this time.
0 commit comments