Skip to content

Add git to dind variants (and make git an alias of dind, for 24.x and 25.x) #315

Add git to dind variants (and make git an alias of dind, for 24.x and 25.x)

Add git to dind variants (and make git an alias of dind, for 24.x and 25.x) #315

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@v3
- name: Apply Templates
run: ./apply-templates.sh
- name: Check Git Status
run: |
status="$(git status --short)"
[ -z "$status" ]