Skip to content

STYLE: Apply clang-format to match ITK coding style #6

STYLE: Apply clang-format to match ITK coding style

STYLE: Apply clang-format to match ITK coding style #6

name: Build, test, package

Check failure on line 1 in .github/workflows/build-test-package.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-test-package.yml

Invalid workflow file

(Line: 19, Col: 10): Unexpected value ''
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.6
python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.6
with:
secrets:
pypi_password: ${{ secrets.pypi_password }}