Skip to content

fix(workflows): Refactor container flow #14

fix(workflows): Refactor container flow

fix(workflows): Refactor container flow #14

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