Skip to content

chore(deps): bump react-dom from 19.1.1 to 19.2.0 in /docs (#6158) #2518

chore(deps): bump react-dom from 19.1.1 to 19.2.0 in /docs (#6158)

chore(deps): bump react-dom from 19.1.1 to 19.2.0 in /docs (#6158) #2518

Workflow file for this run

name: Docs Check
# Cancel workflow if there is a new change to the branch.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
on:
push:
branches:
- main
paths:
- "**.md"
- "docs/**"
- ".github/workflows/docs-check.yml"
merge_group:
pull_request:
branches:
- main
paths:
- "**.md"
- "docs/**"
- ".github/workflows/docs-check.yml"
jobs:
docs-check:
name: Check
runs-on: ubuntu-24.04-arm
defaults:
run:
working-directory: ./docs
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 20
package-manager-cache: false
- run: corepack enable
- run: make format-spellcheck-dictionary-check
- run: yarn --immutable
- run: yarn typecheck
- run: yarn spellcheck
- run: yarn format-check
- run: yarn build