From 6fa7126872ceee983974e7d54a37ebcbe4703455 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 5 Mar 2026 17:33:12 -0500 Subject: [PATCH 1/2] Add git diff violation checking after build output --- .github/workflows/ci-jobs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-jobs.yml b/.github/workflows/ci-jobs.yml index c7b81878dc6..73bac86208b 100644 --- a/.github/workflows/ci-jobs.yml +++ b/.github/workflows/ci-jobs.yml @@ -73,6 +73,7 @@ jobs: run: pnpm vite build --mode=development env: NODE_ENV: development + - uses: wyvox/action-no-git-diff@6d1f5759a221e2ea447974af795e395672e33328 # v1.0.1 - name: test run: pnpm test @@ -132,6 +133,7 @@ jobs: ALL_SUPPORTED_BROWSERS: true NODE_ENV: development run: pnpm vite build --mode=development + - uses: wyvox/action-no-git-diff@6d1f5759a221e2ea447974af795e395672e33328 # v1.0.1 - name: Set BrowserStack Local Identifier if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '-ember-source') From df63d5e2e99974a0f6efcbf99e30e0af6b575207 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Thu, 5 Mar 2026 17:34:59 -0500 Subject: [PATCH 2/2] Add to the smoke test --- .github/workflows/ci-jobs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-jobs.yml b/.github/workflows/ci-jobs.yml index 73bac86208b..0c86a819932 100644 --- a/.github/workflows/ci-jobs.yml +++ b/.github/workflows/ci-jobs.yml @@ -165,6 +165,7 @@ jobs: use_lockfile: "false" - name: build run: pnpm build + - uses: wyvox/action-no-git-diff@6d1f5759a221e2ea447974af795e395672e33328 # v1.0.1 - name: test working-directory: smoke-tests/scenarios run: |