Skip to content

Revert "chore: Remove Python package" #27

Revert "chore: Remove Python package"

Revert "chore: Remove Python package" #27

Workflow file for this run

name: Python tests
on:
pull_request:
paths:
- 'packages/python/**'
# Declare default permissions as read only.
permissions: read-all
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1.0.0
with:
src: './packages/python'