Skip to content

Commit

Permalink
Update validate-project-file.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Apr 5, 2024
1 parent 4c766ec commit 8d3beb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate-project-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
echo "Validation failed for $file with message: $output"
exit 1
}
echo "$output"
fi
done
shell: bash
Expand All @@ -68,5 +69,6 @@ jobs:
echo "Validation failed for $file with message: $output"
exit 1
}
echo "$output"
done
shell: bash

0 comments on commit 8d3beb8

Please sign in to comment.