Skip to content

Commit

Permalink
add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Sep 16, 2024
1 parent 8a5309e commit 4098c1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/typescript-strict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit 4098c1f

Please sign in to comment.