File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 44 pull_request :
55 branches :
66 - " *"
7- # 'pull_request_target' allows this Action to also run on forked repositories
8- # The output will be shown in PR comments (unless the 'force_console_print' flag is used)
9- pull_request_target :
10- branches :
11- - " *"
7+ # # 'pull_request_target' allows this Action to also run on forked repositories
8+ # # The output will be shown in PR comments (unless the 'force_console_print' flag is used)
9+ # pull_request_target:
10+ # branches:
11+ # - "*"
1212
1313jobs :
1414 static_analysis :
2121 - name : Run static analysis
2222 uses : esp-cpp/StaticAnalysis@master
2323 with :
24+ language : c++
25+
2426 # Do not build the project and do not use cmake to generate compile_commands.json
2527 use_cmake : false
2628
You can’t perform that action at this time.
0 commit comments