Move checks to GHA

This commit is contained in:
Nicolas Grekas
2021-07-09 11:25:58 +02:00
parent bdd0dbc050
commit 3df62e0816
64 changed files with 271 additions and 167 deletions
@@ -1 +0,0 @@
../../../5.2/config/routes/kunstmaan_node.yaml
@@ -0,0 +1,6 @@
KunstmaanNodeBundle:
resource: "@KunstmaanNodeBundle/Resources/config/routing.yml"
# If your site is not multi language, remove the "{_locale}/" part of the prefix and the requirements
prefix: /{_locale}/
requirements:
_locale: "%kunstmaan_admin.required_locales%"
-1
View File
@@ -1 +0,0 @@
../5.2/manifest.json
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Kunstmaan\\NodeBundle\\KunstmaanNodeBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}