diff --git a/move-to-qa-review.yml b/.github/workflows/move-to-qa-review.yml similarity index 100% rename from move-to-qa-review.yml rename to .github/workflows/move-to-qa-review.yml diff --git a/lib/test.dart b/lib/test.dart new file mode 100644 index 0000000..3e5207f --- /dev/null +++ b/lib/test.dart @@ -0,0 +1,4 @@ + +void main() { + print('Hello, World!'); +} \ No newline at end of file