Skip to content

Bump beta release to 0.3.1 #49

Bump beta release to 0.3.1

Bump beta release to 0.3.1 #49

Workflow file for this run

name: Logging Lint
on:
push:
paths:
- 'core/**'
- 'integrations/otel/**'
- 'docs/observability.md'
- 'docs/logging-style-guide.md'
- 'scripts/lint_logging.py'
- 'tests/parity/telemetry_redaction_canonical.json'
- '.github/workflows/logging-lint.yml'
pull_request:
paths:
- 'core/**'
- 'integrations/otel/**'
- 'docs/observability.md'
- 'docs/logging-style-guide.md'
- 'scripts/lint_logging.py'
- 'tests/parity/telemetry_redaction_canonical.json'
- '.github/workflows/logging-lint.yml'
jobs:
logging-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run logging lint
run: python3 scripts/lint_logging.py