Skip to content

refactor(common): extract shared PointXYZ / PCAFeature / plane-fit math (Part A of TBB work) #37

refactor(common): extract shared PointXYZ / PCAFeature / plane-fit math (Part A of TBB work)

refactor(common): extract shared PointXYZ / PCAFeature / plane-fit math (Part A of TBB work) #37

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