Skip to content

Commit 9ff3db8

Browse files
committed
COMP: Fix lint workflow — action default branch renamed to main
ITKClangFormatLinterAction repo renamed its default branch from `master` to `main`. The lint workflow referenced `@master` which no longer resolves.
1 parent f7453f5 commit 9ff3db8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515

1616
- name: Lint C++
17-
uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
17+
uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@main
1818

1919
- name: Set up Python
2020
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)