+ ADD CI/CD

This commit is contained in:
felegy
2025-08-29 11:44:13 +00:00
parent 696fb9b22c
commit cc84f76490
7 changed files with 352 additions and 153 deletions

16
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"[php]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "obliviousharmony.vscode-php-codesniffer"
},
"phpCodeSniffer.exclude": [
"**/vendor/**",
"web/wp",
"web/app/languages/",
"web/app/themes/hvg-blog-general/",
"web/app/themes/twentytwentyfive/",
"web/app/plugins/"
],
"phpCodeSniffer.autoloadPHPCSIntegration": true,
"phpCodeSniffer.autoExecutable": true
}