Skip to content

Extend axle and offset holes past the limits of the gear. Fixes #196 #81

Extend axle and offset holes past the limits of the gear. Fixes #196

Extend axle and offset holes past the limits of the gear. Fixes #196 #81

Workflow file for this run

name: Pylint
on: [push]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [macOs-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.39.0
cache: false
- run: pixi run lint
- run: pixi run test