1
0
Fork 0
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:
Jeremy Benoist 2020-11-30 11:52:44 +01:00
parent 61a755e4a8
commit cab3eb4005
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
4 changed files with 264 additions and 171 deletions

View file

@ -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