From ebedafaa8335541281d0595238461809e0734303 Mon Sep 17 00:00:00 2001 From: Stephan Vedder Date: Tue, 10 May 2022 15:43:43 +0200 Subject: Fix pattern dectection --- .github/workflows/format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 4287205c..7589ac40 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -9,8 +9,8 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for OverGrowth Source - uses: jidicula/clang-format-action@v4.5.0 + uses: jidicula/clang-format-action@v4.6.2 with: clang-format-version: '13' check-path: 'Source' - exclude-regex: '(.hpp|snprintf.c|triangle.c)' \ No newline at end of file + exclude-regex: '(hpp|snprintf.c|triangle.c)' \ No newline at end of file -- cgit v1.2.3