Skip to content

feat(ops): SplitBySeparators β€” regex-only splitter (Rust+Py) #1434

feat(ops): SplitBySeparators β€” regex-only splitter (Rust+Py)

feat(ops): SplitBySeparators β€” regex-only splitter (Rust+Py) #1434

Workflow file for this run

# This file is autogenerated by maturin v1.8.1
# To update, run
#
# maturin generate-ci github
#
name: CI
on:
pull_request:
branches: [main]
paths:
- src/**
- python/**
- "*.toml"
- ".github/workflows/*.yml"
push:
branches: [main]
paths:
- src/**
- python/**
- "*.toml"
- ".github/workflows/*.yml"
workflow_dispatch:
permissions:
contents: read
jobs:
test:
name: Run test
uses: ./.github/workflows/_test.yml