From ea7f3ae828e6d72b7d2fe147fb4dff924680adef Mon Sep 17 00:00:00 2001 From: Jonathan Neuteboom Date: Sun, 6 Oct 2024 18:26:29 +0200 Subject: [PATCH] check changes --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fddaab8..80acee5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: run: | tsc -v tsc + git status if [ -n "$(git status --porcelain)" ]; then echo "Running 'tsc' should not result in any changes. Run 'tsc' before a commit."; exit 1