Skip to content

Update Joomla 6.1.2 to 6.1.3 and Joomla 5.4.7 to 5.4.8 #318

Update Joomla 6.1.2 to 6.1.3 and Joomla 5.4.7 to 5.4.8

Update Joomla 6.1.2 to 6.1.3 and Joomla 5.4.7 to 5.4.8 #318

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" ]