Skip to content

Remove 3D mesh and occ. grid generation #59

Remove 3D mesh and occ. grid generation

Remove 3D mesh and occ. grid generation #59

Workflow file for this run

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