Skip to content

Commit 4e0614c

Browse files
authored
Merge pull request #53 from qualcomm-linux/smuppand-patch-1
Create preflight-checker-workflow.yml
2 parents 8ba9498 + 9293bf8 commit 4e0614c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: preflight-checkers
2+
on:
3+
pull_request_target:
4+
branches: [ "main" ]
5+
push:
6+
branches: [ "main" ]
7+
workflow_dispatch:
8+
9+
jobs:
10+
checker:
11+
uses: qualcomm-linux/qli-actions/.github/workflows/multi-checker.yml@main
12+
with:
13+
repolinter: true # default: true
14+
semgrep: true # default: true
15+
copyright-license-detector: true # default: true
16+
pr-check-emails: true # default: true
17+
18+
secrets:
19+
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}

0 commit comments

Comments
 (0)