1 parent 72e7b30 commit ac3e197Copy full SHA for ac3e197
1 file changed
.github/workflows/structure.yml
@@ -25,7 +25,7 @@ jobs:
25
26
echo "🔎 Vérification des dossiers MERN..."
27
for DIR in frontend backend; do
28
- if [ ! -d "$DIR" ]; then
+ if [ ! -d "app/$DIR" ]; then
29
echo "❌ Dossier manquant : $DIR"
30
MISSING=true
31
fi
0 commit comments