mirror of
https://github.com/octoleo/docker-joomla.git
synced 2025-02-15 03:41:39 +00:00
adds the verfy templating workflow
This commit is contained in:
parent
ee137cbaeb
commit
44935d6b2b
22
.github/workflows/verify-templating.yml
vendored
Normal file
22
.github/workflows/verify-templating.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
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" ]
|
Loading…
x
Reference in New Issue
Block a user