Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alxhoff authored Sep 9, 2024
1 parent 678c15b commit 0001bec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
run: cd build && make
- name: Run Checks
run: cd build && make format
- name: Diff view
run: git diff
- name: Print Warnings
run: |
if [[ -n $(git diff) ]]; then
Expand Down

0 comments on commit 0001bec

Please sign in to comment.