diff options
| author | Léo Lam <leo@leolam.fr> | 2021-10-13 14:58:36 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2021-10-13 15:00:59 +0200 |
| commit | 320ce3e7abc01ff88c5a759b49afff35e2d01c2b (patch) | |
| tree | 4e8c0534d86d05b4334e0cc96e037b3872e46044 /.github | |
| parent | a679afcf3f6fcb23a814053680147ae1734d451d (diff) | |
Update to clang-format 12
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint_pr.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
