Skip to content

Commit 0001bec

Browse files
authored
Update main.yml
1 parent 678c15b commit 0001bec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
run: cd build && make
111111
- name: Run Checks
112112
run: cd build && make format
113+
- name: Diff view
114+
run: git diff
113115
- name: Print Warnings
114116
run: |
115117
if [[ -n $(git diff) ]]; then

0 commit comments

Comments
 (0)