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.
2 parents 2b42a83 + 4e0614c commit d0e927fCopy full SHA for d0e927f
.github/workflows/preflight-checker-workflow.yml
@@ -0,0 +1,19 @@
1
+name: preflight-checkers
2
+on:
3
+ pull_request_target:
4
+ branches: [ "main" ]
5
+ push:
6
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