Skip to content

Commit

Permalink
add a DEBUG step to inspect environment
Browse files Browse the repository at this point in the history
  • Loading branch information
cybcon committed Jan 30, 2024
1 parent 8db514a commit a760520
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
run: |
pwd
ls -al
cat .git/config
git status
git branch
git remote -v
git pull
git diff origin/main
echo "EXIT NOW WITH RC 1"
exit 1
Expand Down

0 comments on commit a760520

Please sign in to comment.