Skip to content

fix(deps): update react monorepo to v19 (major) #94

fix(deps): update react monorepo to v19 (major)

fix(deps): update react monorepo to v19 (major) #94

Workflow file for this run

name: PR Validate
on:
pull_request:
types: [edited, opened, synchronize, reopened, ready_for_review]
concurrency:
group: ${{ github.workflow }}-edit-${{ github.event.number }}
cancel-in-progress: true
jobs:
validate:
name: Validate PR
if: (! github.event.pull_request.draft)
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.8.3
results:
name: Validate Results
if: always()
needs: [validate]
runs-on: ubuntu-24.04
steps:
- run: echo "Success!"