Skip to content

[prod] 30.0.3rc2

[prod] 30.0.3rc2 #176

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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