From 50e9e95b40f5d669701e1b123e544d1da512f87a Mon Sep 17 00:00:00 2001 From: baku-ccron Date: Thu, 27 Aug 2026 05:48:10 +0000 Subject: [PATCH] Check generated files are current at PR time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit src/generated/ is committed but nothing re-derived it until rainix-tag-release regenerated at tag time — after the deploy had already been broadcast. This is the PR-time twin that release-time regen assumes exists. Closes #152 Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/git-clean.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/git-clean.yaml diff --git a/.github/workflows/git-clean.yaml b/.github/workflows/git-clean.yaml new file mode 100644 index 0000000..085e153 --- /dev/null +++ b/.github/workflows/git-clean.yaml @@ -0,0 +1,6 @@ +name: Git is clean +on: [push] +jobs: + git-clean: + uses: rainlanguage/rainix/.github/workflows/rainix-copy-artifacts.yaml@main + secrets: inherit