From 533fb4e0d7e37569083beed8beb46de2fb23d472 Mon Sep 17 00:00:00 2001 From: sidibrao <86218049+sidibrao@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:06:01 -0400 Subject: [PATCH] Create README with project and CI pipeline detail Add initial README with CI pipeline instructions --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0aa2755 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +CI Pipeline Lab +This repository contains a simple Python project. + +Your task: + +Run tests locally +Create a GitHub Actions pipeline +Run tests automatically on every push +Steps: + +Clone the repository +Run tests locally +pytest + +Create a workflow in +.github/workflows/ci.yml