Skip to content

STYLE: Update clang-format to match ITK 2025-11-10 #179

STYLE: Update clang-format to match ITK 2025-11-10

STYLE: Update clang-format to match ITK 2025-11-10 #179

name: Build, test, package
on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main
jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.3
with:
itk-module-deps: 'MeshToPolyData@v0.11.1'
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.3
with:
itk-module-deps: 'InsightSoftwareConsortium/ITKMeshToPolyData@v0.11.1'
secrets:
pypi_password: ${{ secrets.pypi_password }}