File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # ===============================================================
2+ # CI - Main Continuous Integration Pipeline
3+ # ===============================================================
4+
5+ name : CI
6+
7+ on :
8+ push :
9+ branches : ["main"]
10+ pull_request :
11+ types : [opened, synchronize, ready_for_review]
12+ branches : ["main"]
13+
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.ref }}
16+ cancel-in-progress : true
17+
18+ permissions :
19+ contents : read
20+
21+ jobs :
22+ lint :
23+ name : Lint & Static Analysis
24+ uses : ./.github/workflows/lint.yml
Original file line number Diff line number Diff line change 1010name : Lint & Static Analysis
1111
1212on :
13+ workflow_call :
1314 push :
1415 branches : ["main"]
1516 paths :
Original file line number Diff line number Diff line change 66
77<i >A lightweight, composable plugin framework for building extensible AI systems.</i >
88
9+ [ ![ CI] ( https://github.com/contextforge-org/contextforge-plugins-framework/actions/workflows/ci.yml/badge.svg )] ( https://github.com/contextforge-org/contextforge-plugins-framework/actions/workflows/ci.yml )
910[ ![ License] ( https://img.shields.io/badge/license-Apache%202.0-blue.svg )] ( LICENSE )
1011[ ![ Python] ( https://img.shields.io/badge/python-3.11%2B-blue.svg )] ( https://www.python.org/downloads/ )
1112[ ![ PyPI] ( https://img.shields.io/pypi/v/cpex.svg?color=blue )] ( https://pypi.org/project/cpex )
You can’t perform that action at this time.
0 commit comments