From 3f3c8c3ffe6c74f1ca5da4e298557040fa17da34 Mon Sep 17 00:00:00 2001 From: Sandhya Adavikolanu <79351059+Sandhya1236@users.noreply.github.com> Date: Tue, 27 Jan 2026 21:56:06 -0800 Subject: [PATCH] Create qcom-preflight-checks.yml Signed-off-by: Sandhya Adavikolanu <79351059+Sandhya1236@users.noreply.github.com> --- .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