File tree Expand file tree Collapse file tree 2 files changed +6
-17
lines changed
Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 11name : Build, test, package
22
3- on :
4- push :
5- branches :
6- - main
7- tags :
8- - ' v*'
9- pull_request :
10- branches :
11- - main
3+ on : [push,pull_request]
124
135jobs :
14- cxx-build-workflow :
15- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@main
16-
17- python-build-workflow :
18- uses : InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@main
19- secrets :
20- pypi_password : ${{ secrets.pypi_password }}
6+ placeholder :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - run : echo "Build disabled for WIP clang-format linter test"
Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v5
1111
12- - uses : InsightSoftwareConsortium/ITKClangFormatLinterAction@main
12+ - uses : InsightSoftwareConsortium/ITKClangFormatLinterAction@composite-action
1313 with :
1414 itk-branch : main
You can’t perform that action at this time.
0 commit comments