From 320ce3e7abc01ff88c5a759b49afff35e2d01c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Wed, 13 Oct 2021 14:58:36 +0200 Subject: Update to clang-format 12 --- .github/workflows/lint_pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/lint_pr.yml b/.github/workflows/lint_pr.yml index e34ef258..559a626c 100644 --- a/.github/workflows/lint_pr.yml +++ b/.github/workflows/lint_pr.yml @@ -5,8 +5,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: DoozyX/clang-format-lint-action@v0.11 + - uses: DoozyX/clang-format-lint-action@v0.12 with: source: 'src' exclude: 'lib' - clangFormatVersion: 11 + clangFormatVersion: 12 -- cgit v1.2.3