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