Skip to content

[DataGridPro] Rework onRowsScrollEnd to use IntersectionObserver #4425

[DataGridPro] Rework onRowsScrollEnd to use IntersectionObserver

[DataGridPro] Rework onRowsScrollEnd to use IntersectionObserver #4425

Workflow file for this run

name: Update missing translations
on:
push:
branches:
- master
- next
permissions: {}
jobs:
# Tests dev-only scripts across all supported dev environments
update-l10n:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- run: echo "${{ github.actor }}"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Use Node.js 20.x
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: 'yarn' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies
- run: yarn install
- name: yarn l10n --report
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git remote -v
yarn l10n --report