1 name: Caller CoreValidation
7 - .github/workflows/caller-corevalidation.yml
10 - CMSIS/CoreValidation/**/*
16 runs-on: ubuntu-latest
18 - name: Save PR number
20 PR_NUMBER: ${{ github.event.number }}
23 echo -n $PR_NUMBER > ./pr/pr_number
24 - uses: actions/upload-artifact@v3