Skip to content

Commit

Permalink
Merge branch 'SLB-497-centralised-seo-settings' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
chindris committed Dec 4, 2024
2 parents 9808a0b + f74f454 commit 89f0d62
Show file tree
Hide file tree
Showing 124 changed files with 18,806 additions and 17,058 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

57 changes: 0 additions & 57 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- name: Check xdebug config
shell: bash
run: |
if ! php --info | grep 'xdebug.mode => develop => develop'; then
if ! php --info | grep 'xdebug.mode => no value => no value'; then
echo 'Error: xdebug.mode should not be set in CI. Have you committed xdebug config by accident? Check devbox.d/php/php.ini'
exit 1
fi
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/merge_dev_to_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
uses: devmasx/[email protected]
with:
type: now
from_branch: dev
target_branch: stage
github_token: ${{ github.token }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dts
apps/website/.env
.DS_Store
.turbo
_local
/_local
File renamed without changes.
1 change: 1 addition & 0 deletions apps/cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
},
"require-dev": {
"drupal/core-dev": "^10",
"drupal/devel": "^5.3",
"phpspec/prophecy-phpunit": "^2.0.2"
}
}
Loading

0 comments on commit 89f0d62

Please sign in to comment.