Skip to content

[*][lexical-devtools][lexical-playground] Chore: Update flow, hermes, and babel packages to latest #203

[*][lexical-devtools][lexical-playground] Chore: Update flow, hermes, and babel packages to latest

[*][lexical-devtools][lexical-playground] Chore: Update flow, hermes, and babel packages to latest #203

name: Internal Registry
# Verifies every pinned dependency is available from the registry before it can
# break a build. Mark the merge_group run ("Internal Registry / dependency-check")
# as a REQUIRED status check to gate landing; fork PRs are skipped and enforced
# by that required merge_group run.
on:
pull_request:
merge_group:
permissions: {}
jobs:
dependency-check:
if: github.repository == 'facebook/lexical'
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v7
- uses: ./.github/actions/internal-registry/dependency-check