Skip to content

Update Joomla 6.0.2 to 6.0.3 and Joomla 5.4.2 to 5.4.3, adds PHP 8.4 … #302

Update Joomla 6.0.2 to 6.0.3 and Joomla 5.4.2 to 5.4.3, adds PHP 8.4 …

Update Joomla 6.0.2 to 6.0.3 and Joomla 5.4.2 to 5.4.3, adds PHP 8.4 … #302

name: Verify Templating
on:
pull_request:
push:
defaults:
run:
shell: 'bash -Eeuo pipefail -x {0}'
jobs:
apply-templates:
name: Check For Uncomitted Changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Apply Templates
run: ./apply-templates.sh
- name: Check Git Status
run: |
status="$(git status --short)"
[ -z "$status" ]