Use PACKAGE_PREFIX_DIR rather than hard coded ROCM_PATH for finding the config files #8
Workflow file for this run
This file contains 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: Keywords Scan | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: [ amd-staging, amd-mainline ] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
keyword-search: | |
strategy: | |
fail-fast: true | |
matrix: | |
runner: [ubuntu-latest] | |
runs-on: ${{ matrix.runner }} | |
env: | |
KEYWORDS: ${{ vars.KEYWORDS }} | |
steps: | |
- uses: actions/checkout@v4 | |
- name: find-keywords | |
shell: bash | |
run: ./source/scripts/scan-script.sh |