Skip to content

[BT][Test] Implement BT_SCAN_PAIR test with pairing retries, whitelist, and expect automation #253

[BT][Test] Implement BT_SCAN_PAIR test with pairing retries, whitelist, and expect automation

[BT][Test] Implement BT_SCAN_PAIR test with pairing retries, whitelist, and expect automation #253

name: preflight-checkers
on:
pull_request_target:
branches: [ "main" ]
push:
branches: [ "main" ]
workflow_dispatch:
permissions:
contents: read
security-events: write
jobs:
checker:
uses: qualcomm-linux/qli-actions/.github/workflows/multi-checker.yml@main
with:
repolinter: true # default: true
semgrep: true # default: true
copyright-license-detector: true # default: true
pr-check-emails: true # default: true
secrets:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}