From 0419efc42c77079314d03ca23e899ffb104d0f3c Mon Sep 17 00:00:00 2001 From: Sandhya Adavikolanu Date: Tue, 27 Jan 2026 22:13:15 -0800 Subject: [PATCH] Create qcom-preflight-checks.yml Signed-off-by: Sandhya Adavikolanu --- .github/workflows/qcom-preflight-checks.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/qcom-preflight-checks.yml diff --git a/.github/workflows/qcom-preflight-checks.yml b/.github/workflows/qcom-preflight-checks.yml new file mode 100644 index 0000000..6bcb70e --- /dev/null +++ b/.github/workflows/qcom-preflight-checks.yml @@ -0,0 +1,21 @@ +name: QC Preflight Checks +on: + pull_request: + push: + branches: [ "main" ] + workflow_dispatch: + +jobs: + preflight: + name: Run QC Preflight Checks + uses: qualcomm/qcom-reusable-workflows/.github/workflows/reusable-qcom-preflight-checks-orchestrator.yml@v2 + with: + enable-semgrep-scan: true + enable-dependency-review: true + enable-repolinter-check: true + enable-copyright-license-check: true + enable-commit-email-check: true + enable-commit-msg-check: false + permissions: + contents: read + security-events: write