Skip to content

Update Joomla 4.4.8 to 4.4.9 #227

Update Joomla 4.4.8 to 4.4.9

Update Joomla 4.4.8 to 4.4.9 #227

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