From cc15af115a1d014820246382e7d0bbf64526fa45 Mon Sep 17 00:00:00 2001 From: Lee Newberg Date: Wed, 13 Apr 2022 09:04:52 -0400 Subject: [PATCH] COMP: Update clang-format-linter.yml to match ITK --- .github/workflows/clang-format-linter.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format-linter.yml b/.github/workflows/clang-format-linter.yml index c59dd587..ab5019f0 100644 --- a/.github/workflows/clang-format-linter.yml +++ b/.github/workflows/clang-format-linter.yml @@ -7,6 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - + - uses: actions/checkout@v2 - uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master + with: + error-message: 'Code is inconsistent with ITK Coding Style. Add the *action:ApplyClangFormat* PR label to correct.'