Skip to content

Bump @mui/x-date-pickers from 7.3.1 to 7.3.2 (#2838) #14

Bump @mui/x-date-pickers from 7.3.1 to 7.3.2 (#2838)

Bump @mui/x-date-pickers from 7.3.1 to 7.3.2 (#2838) #14

name: Locale Checker
on:
workflow_dispatch:
push:
paths: [ content/asciidoc-pages/** ]
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
issues: write
jobs:
locale-checker:
if: github.repository_owner == 'adoptium'
name: Check Locales for Changes
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
persist-credentials: false
fetch-depth: 0
- name: Check asciidoc docs
run: python3 .github/workflows/locale-checker.py
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}