8000 Add Debian Trixie (and remove Bullseye) · docker-library/python@9113c8d · GitHub
[go: up one dir, main page]

Skip to content

Add Debian Trixie (and remove Bullseye) #356

Add Debian Trixie (and remove Bullseye)

Add Debian Trixie (and remove Bullseye) #356

name: Verify Templating
on:
pull_request:
push:
workflow_dispatch:
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
- run: ./apply-templates.sh
- run: git diff --exit-code
0