Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 883 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 883 Bytes

alphashared

Shared non-production code for AlphaX packages.

contents

  • actions: reusable github actions

  • actions/code-review: AI-assisted code review, see README

  • actions/get-code-review-input: (deprecated) generates input for manual AI-assisted code review, see README

  • .github/workflows: github workflows

  • .github/workflows/bump_version.yml: reusable workflow for bumping versions, see README

  • .github/workflows/create_release.yml: reusable workflow for creating releases, see README

  • .github/workflows/publish_on_pypi.yml: reusable workflow for publishing on PyPi, see README

  • .github/workflows/alphatesting.yml: Cross-project tests for AlphaX, see README