Skip to content

Commit

Permalink
Add some more debug print info
Browse files Browse the repository at this point in the history
  • Loading branch information
theahura committed Dec 14, 2021
1 parent b7b470b commit 4a77bfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -e

echo "Checking deps for $GITHUB_REPOSITORY"
echo "Checking deps for $GITHUB_REPOSITORY from $GITHUB_WORKSPACE"
sh -c "depcheck --version"
sh -c "depcheck $GITHUB_WORKSPACE $*"

0 comments on commit 4a77bfb

Please sign in to comment.