File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11name : Enforce Script Executable Permissions
22
33on :
4- pull_request :
4+ pull_request_target :
5+ branches : [ "main" ]
56 paths :
67 - ' **/run.sh'
78 - ' **/*.sh'
9+ push :
10+ branches : [ "main" ]
11+ workflow_dispatch :
812
913jobs :
1014 permissions :
Original file line number Diff line number Diff line change 1515 uses : qualcomm-linux/qli-actions/.github/workflows/multi-checker.yml@main
1616 with :
1717 repolinter : true # default: true
18- semgrep : false # default: true
18+ semgrep : true # default: true
1919 copyright-license-detector : true # default: true
2020 pr-check-emails : true # default: true
2121
Original file line number Diff line number Diff line change 11name : Shell Lint
22
3- on : [pull_request, push]
3+ on :
4+ pull_request_target :
5+ branches : [ "main" ]
6+ push :
7+ branches : [ "main" ]
8+ workflow_dispatch :
49
510jobs :
611 shellcheck :
You can’t perform that action at this time.
0 commit comments