diff --git a/.github/workflows/git-clean.yaml b/.github/workflows/git-clean.yaml new file mode 100644 index 0000000..a032cec --- /dev/null +++ b/.github/workflows/git-clean.yaml @@ -0,0 +1,8 @@ +name: Git is clean +on: [push] +jobs: + git-clean: + # Shared reusable: rebuild from committed sources (`script/Build.sol` emits + # `src/generated/`) and assert nothing committed has drifted. + uses: rainlanguage/rainix/.github/workflows/rainix-copy-artifacts.yaml@main + secrets: inherit