Skip to content

Commit 5037ca2

Browse files
committed
WIP: Point clang-format-linter at composite-action branch
1 parent a152f89 commit 5037ca2

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed
Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
11
name: 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

135
jobs:
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"

.github/workflows/clang-format-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
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

0 commit comments

Comments
 (0)