Skip to content

refactor: improve Python examples with pathlib and improve CI build order #250

refactor: improve Python examples with pathlib and improve CI build order

refactor: improve Python examples with pathlib and improve CI build order #250

Workflow file for this run

name: pre-commit
on: pull_request
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Python setup
uses: actions/setup-python@v5
- name: Pre-commit run
uses: pre-commit/[email protected]