Skip to content

DNM: disable the GIL (experimental) AND enable the experimental JIT in 3.13+ #398

DNM: disable the GIL (experimental) AND enable the experimental JIT in 3.13+

DNM: disable the GIL (experimental) AND enable the experimental JIT in 3.13+ #398

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