Skip to content

chore(deps): update pyo3 requirement from 0.22.2 to 0.23.2 #33

chore(deps): update pyo3 requirement from 0.22.2 to 0.23.2

chore(deps): update pyo3 requirement from 0.22.2 to 0.23.2 #33

Workflow file for this run

name: Lint PR Title
on:
pull_request:
types:
- opened
- edited
- synchronize
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}