Skip to content

Update FAQ with why ports go out of support (#3104) #38

Update FAQ with why ports go out of support (#3104)

Update FAQ with why ports go out of support (#3104) #38

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