From 8eefc1bbea0c8ce4a6fad81ab2f11abbf3bf122a Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Mon, 1 Aug 2022 14:17:35 +0200 Subject: [PATCH] Update Lint and Clang format version --- .github/workflows/lint-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-workflow.yml b/.github/workflows/lint-workflow.yml index 81a4c558..87b3ef48 100644 --- a/.github/workflows/lint-workflow.yml +++ b/.github/workflows/lint-workflow.yml @@ -21,11 +21,11 @@ jobs: uses: actions/checkout@v2 - name: Lint - uses: DoozyX/clang-format-lint-action@v0.11 + uses: DoozyX/clang-format-lint-action@v0.13 with: source: './src' extensions: 'h,c' - clangFormatVersion: 11 + clangFormatVersion: 12.0.0 misspell: name: Check misspellings