Skip to content

Commit 3c0734e

Browse files
chore: restore DCO check, trim README badges to PyPI and Python only
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Deborah Jacob <deborah@botanu.ai>
1 parent 5bb8a30 commit 3c0734e

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,18 @@ jobs:
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 }}

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
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

0 commit comments

Comments
 (0)