From 33572a46fa7d5e911dd8fbed7fe41e1ad5614ead Mon Sep 17 00:00:00 2001 From: Rahul Devikar <19936206+rahuldevikar761@users.noreply.github.com> Date: Wed, 12 Nov 2025 21:56:44 -0800 Subject: [PATCH] Delete .github/workflows/README.md --- .github/workflows/README.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/README.md diff --git a/.github/workflows/README.md b/.github/workflows/README.md deleted file mode 100644 index 91d8f38..0000000 --- a/.github/workflows/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# GitHub Actions Workflows - -This directory contains GitHub Actions workflows for the Microsoft Agent 365 SDK for Python repository. - -## CI Workflow (ci.yml) - -The main CI workflow builds, tests, and prepares SDK packages for publishing: - -### Jobs - -#### Python SDK (`python-sdk`) -- **Matrix**: Python 3.11 and 3.12 -- **Steps**: - - Install dependencies and build tools - - Optional linting with ruff - - Build Python package using `python -m build` - - Run tests with pytest - -### Triggers - -- **Push**: Triggers on pushes to `main` or `master` branches -- **Pull Request**: Triggers on pull requests targeting `main` or `master` branches