From c3f78e7f8bf6018a44550a4c47900cf40d0119d9 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Tue, 11 Jun 2024 10:24:23 +0200 Subject: [PATCH] ci: confirm that dist is in sync with src --- .github/workflows/node-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 3d5a920..a386819 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -44,3 +44,6 @@ jobs: - name: Run Tests run: pnpm run test + + - name: Check dist is up-to-date + run: git diff --exit-code HEAD