Skip to content

docs(github-actions): All other repos #4

docs(github-actions): All other repos

docs(github-actions): All other repos #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
permissions:
contents: read
jobs:
audit:
uses: percebus/github-actions-npm/.github/workflows/dependency-review.yml@main