From 4098c1fa23329827621aa571eb5ad50af92b3fc5 Mon Sep 17 00:00:00 2001 From: Alec M Date: Mon, 16 Sep 2024 14:14:32 -0400 Subject: [PATCH] add debug message --- .github/workflows/typescript-strict.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/typescript-strict.yml b/.github/workflows/typescript-strict.yml index 9e55aa592..4a7f14647 100644 --- a/.github/workflows/typescript-strict.yml +++ b/.github/workflows/typescript-strict.yml @@ -56,3 +56,7 @@ jobs: else echo "No TypeScript files changed." fi + + - name: Debug + if: steps.changed-files.outputs.any_changed == 'false' + run: echo "No TypeScript files changed."