Skip to content

Commit e273b88

Browse files
authored
Merge branch 'qualcomm-linux:main' into Graphics
2 parents df21c36 + 4e0614c commit e273b88

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)