Skip to content

Commit

Permalink
Test individual git operations invoked by Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
oddhack committed Jul 9, 2024
1 parent f0582c4 commit 31e5057
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ jobs:
- name: List git tag
run: |
echo Git tag:
git describe --tags --dirty
echo Git branch:
git symbolic-ref --short HEAD
echo Git commit:
git log -1 --format="%H"
- name: Validate XML
run: |
Expand Down

0 comments on commit 31e5057

Please sign in to comment.