Skip to content

Update 27-rc to 27.4.0-rc.1, buildx 0.18.0, compose 2.30.3 #397

Update 27-rc to 27.4.0-rc.1, buildx 0.18.0, compose 2.30.3

Update 27-rc to 27.4.0-rc.1, buildx 0.18.0, compose 2.30.3 #397

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