We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be09dc commit 46a28c0Copy full SHA for 46a28c0
.github/workflows/qcom-preflight-checks.yml
@@ -0,0 +1,24 @@
1
+name: Qualcomm Preflight Checks
2
+on:
3
+ pull_request_target:
4
+ branches: [ "main" ]
5
+ push:
6
7
+ workflow_dispatch:
8
+
9
+permissions:
10
+ contents: read
11
+ security-events: write
12
13
+jobs:
14
+ qcom-preflight-checks:
15
+ uses: qualcomm/qcom-reusable-workflows/.github/workflows/[email protected]
16
+ with:
17
+ # ✅ Preflight Checkers
18
+ repolinter: true # default: true
19
+ semgrep: true # default: true
20
+ copyright-license-detector: true # default: true
21
+ pr-check-emails: true # default: true
22
+ dependency-review: true # default: true
23
+ secrets:
24
+ SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
0 commit comments