Skip to content

Various updates to the supported platforms page for JDK22, RISC-V and… #19

Various updates to the supported platforms page for JDK22, RISC-V and…

Various updates to the supported platforms page for JDK22, RISC-V and… #19

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
fetch-depth: 0
- name: Check asciidoc docs
run: python3 .github/workflows/locale-checker.py
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}