Skip to content

Commit

Permalink
Testing delta checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cybcon committed Feb 1, 2024
1 parent ab5e500 commit 834c052
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
# add the changes, so we get the differences into the commit
echo "DEBUG: Adding all changes to stage the delta"
git add . || exit 1
# output delta
echo "DEBUG: Delta is:"
git status -s || exit 1
# validate if there are only removals inside the commit
removals_only='false'
Expand Down

0 comments on commit 834c052

Please sign in to comment.