mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Update deps (PHP & JS)
Also re-enable assets diff in GitHub Actions.
This commit is contained in:
parent
61a755e4a8
commit
cab3eb4005
4 changed files with 264 additions and 171 deletions
18
.github/workflows/assets.yml
vendored
18
.github/workflows/assets.yml
vendored
|
@ -31,12 +31,12 @@ jobs:
|
|||
- name: "Build prod assets"
|
||||
run: "yarn run build:prod"
|
||||
|
||||
# - name: "Validate no change were created"
|
||||
# run: |
|
||||
# GITDIFF=`git diff`
|
||||
# if [ "$GITDIFF" == "" ]; then
|
||||
# exit 0
|
||||
# else
|
||||
# git diff
|
||||
# exit 1
|
||||
# fi
|
||||
- name: "Validate no change were created"
|
||||
run: |
|
||||
GITDIFF=`git diff`
|
||||
if [ "$GITDIFF" == "" ]; then
|
||||
exit 0
|
||||
else
|
||||
git diff
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue