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 2238177 commit 8db514a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
ls -al
git status
git branch
git diff main
git remote -v
git diff origin/main
echo "EXIT NOW WITH RC 1"
exit 1
outputs:
Expand Down

0 comments on commit 8db514a

Please sign in to comment.