Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Vedder <vedder@mbits.info>2022-05-10 16:43:43 +0300
committerStephan Vedder <vedder@mbits.info>2022-05-10 16:43:43 +0300
commitebedafaa8335541281d0595238461809e0734303 (patch)
treef29cfd947d778377351210b53cc86a96325fa165
parentf8e76e2d840f8ded868b6cfd5cc262a5554d42b4 (diff)
Fix pattern dectection
-rw-r--r--.github/workflows/format.yml4
1 files 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