Skip to content

Commit ac3e197

Browse files
committed
feat(workflow): Fixes #2 - Ajout github actions pour workflow
1 parent 72e7b30 commit ac3e197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/structure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
echo "🔎 Vérification des dossiers MERN..."
2727
for DIR in frontend backend; do
28-
if [ ! -d "$DIR" ]; then
28+
if [ ! -d "app/$DIR" ]; then
2929
echo "❌ Dossier manquant : $DIR"
3030
MISSING=true
3131
fi

0 commit comments

Comments
 (0)