Skip to content

fix(github-actions-npm): Rename #4

fix(github-actions-npm): Rename

fix(github-actions-npm): Rename #4

Workflow file for this run

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