Skip to content

refactor(common): extract shared PointXYZ / PCAFeature / plane-fit ma… #38

refactor(common): extract shared PointXYZ / PCAFeature / plane-fit ma…

refactor(common): extract shared PointXYZ / PCAFeature / plane-fit ma… #38

Workflow file for this run

name: Style Check
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
pre-commit:
name: Pre-commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: pre-commit/action@v3.0.1