Skip to content

Commit ea72029

Browse files
committed
enh: Show git diff in CI
1 parent e1b5746 commit ea72029

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ jobs:
3939
cd "$GITHUB_WORKSPACE/utils"
4040
./netbox_generate_client
4141
shell: bash
42+
43+
- name: Show git diff
44+
run: |
45+
git diff
46+
shell: bash

0 commit comments

Comments
 (0)