Skip to content

fix: 'Add single llm span trace' ingestion not working #1271

fix: 'Add single llm span trace' ingestion not working

fix: 'Add single llm span trace' ingestion not working #1271

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [$default-branch]
jobs:
pre-commit:
runs-on: ubuntu-latest
env:
SKIP: "mypy"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1