fix(github-actions-npm): Rename #4
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: Pull Request | |
| # "This run was triggered by the "push" event, which is unsupported. | |
| # Please ensure you are using the "pull_request" event for this workflow." | |
| on: | |
| pull_request: | |
| concurrency: | |
| group: ${{ github.ref }}-${{ github.workflow }} | |
| cancel-in-progress: true | |
| jobs: | |
| audit: | |
| uses: percebus/github-actions-npm/.github/workflows/dependency-review.yml@main | |
| permissions: | |
| contents: read | |
| pull-requests: read |