Skip to content

Improve merge overlap meshes #467

Improve merge overlap meshes

Improve merge overlap meshes #467

Workflow file for this run

name: Pylint
on:
push:
branches:
- 'main'
paths:
- '**.py'
- '.github/workflows/*.yml'
- 'pyproject.toml'
- 'setup.py'
- 'setup.cfg'
pull_request:
paths:
- '**.py'
- '.github/workflows/*.yml'
- 'pyproject.toml'
- 'setup.py'
- 'setup.cfg'
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Mamba environment for Python
uses: mamba-org/provision-with-micromamba@main
with:
environment-file: ./environment.yml
environment-name: ocsmesh-env
- name: Install dependencies
shell: bash -l {0}
run: |
python ./setup.py install_jigsaw
pip install .[testing]
- name: Analysing the code with pylint
shell: bash -l {0}
run: |
pylint ocsmesh