successful test for qwt build on linux, qtac should work too #76
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Qualcomm Preflight Checks | |
| on: | |
| pull_request_target: | |
| branches: | |
| - main | |
| - develop | |
| - feature/* | |
| - docs/* | |
| push: | |
| branches: | |
| - main | |
| - develop | |
| - feature/* | |
| - docs/* | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| security-events: write | |
| jobs: | |
| qcom-preflight-checks: | |
| uses: qualcomm/qcom-reusable-workflows/.github/workflows/[email protected] | |
| with: | |
| # ✅ Preflight Checkers | |
| repolinter: true # default: true | |
| semgrep: true # default: true | |
| copyright-license-detector: true # default: true | |
| pr-check-emails: true # default: true | |
| dependency-review: true # default: true | |
| secrets: | |
| SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} |