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 77 pull_request :
88 branches : main
99 paths-ignore : " docs/**"
10+ workflow_dispatch :
1011
1112jobs :
1213 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
44
55# cpp-linter core Python executable package
66# 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