Skip to content

Add custom position for nodes within meshing strategy #224

Add custom position for nodes within meshing strategy

Add custom position for nodes within meshing strategy #224

Workflow file for this run

name: Code quality
on:
schedule:
- cron: '0 22 * * *'
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
workflow_dispatch:
type: choice
jobs:
meshpy-code-check:
name: Code check
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup virtual python environment
uses: ./.github/actions/setup_virtual_python_environment
- name: Code quality checks
uses: ./.github/actions/code_check