Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Check updater.phar is up to date in check-same-code-base job
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Sep 1, 2022
commit 77e054ef27d3f2e92a4e12668490585ce739521c
6 changes: 6 additions & 0 deletions .github/workflows/check-same-code-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ jobs:

- name: check-same-code-base
run: make check-same-code-base

- name: check-updater-phar
run: |
mv updater.phar updater.old.phar
make updater.phar
diff updater.phar updater.old.phar