File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 with :
9090 name : dist
9191 path : dist/
92+
93+ # -------------------------------------------------------------------
94+ # DCO sign-off check
95+ # -------------------------------------------------------------------
96+ dco :
97+ runs-on : ubuntu-latest
98+ if : github.event_name == 'pull_request'
99+ steps :
100+ - uses : actions/checkout@v4
101+ with :
102+ fetch-depth : 0
103+ - name : DCO check
104+ uses : christophebedard/dco-check@0.5.0
105+ env :
106+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11# Botanu SDK for Python
22
3- [ ![ CI] ( https://github.com/botanu-ai/botanu-sdk-python/actions/workflows/ci.yml/badge.svg )] ( https://github.com/botanu-ai/botanu-sdk-python/actions/workflows/ci.yml )
43[ ![ PyPI version] ( https://img.shields.io/pypi/v/botanu )] ( https://pypi.org/project/botanu/ )
54[ ![ Python] ( https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11%20|%203.12%20|%203.13-blue )] ( https://www.python.org/ )
6- [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( LICENSE )
7- [ ![ LF AI & Data] ( https://img.shields.io/badge/LF%20AI%20%26%20Data-member-blue )] ( https://lfaidata.foundation/ )
85
96** Run-level cost attribution for AI workflows, built on OpenTelemetry.**
107
You can’t perform that action at this time.
0 commit comments