Skip to content

fix(workflow): Rename action name #12

fix(workflow): Rename action name

fix(workflow): Rename action name #12

Workflow file for this run

---
name: 'Validate PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
- assigned
jobs:
pr-validation:
uses: ./.github/workflows/pr-validation.yml
secrets: inherit