Skip to content

Commit

Permalink
chore: show ref
Browse files Browse the repository at this point in the history
  • Loading branch information
fwuensche committed Jan 22, 2024
1 parent 27668a5 commit c1d22be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cherry_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: |
git branch
echo {{ github.head_ref }}
git show-ref
git merge-base main {{ github.head_ref }}
- name: Raise if new JavaScript code is added
run: ./bin/cherry.js diff --metric='[loc] JavaScript' --error-if-increase --quiet

0 comments on commit c1d22be

Please sign in to comment.