Skip to content

Remove 3D mesh and occ. grid generation #54

Remove 3D mesh and occ. grid generation

Remove 3D mesh and occ. grid generation #54

Workflow file for this run

name: Lint
on: [push, workflow_call]
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
use_pyproject: true