Skip to content

28.0.11 RC1 / 29.0.8 RC1 / 30.0.1 RC1 #143

28.0.11 RC1 / 29.0.8 RC1 / 30.0.1 RC1

28.0.11 RC1 / 29.0.8 RC1 / 30.0.1 RC1 #143

name: Check config.php is up-to-date with JSON configuration files
on: pull_request
permissions:
contents: read
concurrency:
group: config-up-to-date-check-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
config-up-to-date-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Make sure config.php is up-to-date with JSON files
run: |
mv config/config.php config/config_pr.php
make config/config.php
diff config/config_pr.php config/config.php