Skip to content

Curve constrained to remain on a surface #46

Curve constrained to remain on a surface

Curve constrained to remain on a surface #46

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
CI:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.8]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run ruff
uses: chartboost/ruff-action@v1