Skip to content

Commit

Permalink
github: update and rename clang format workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Wieczorkiewicz <[email protected]>
  • Loading branch information
wipawel committed Oct 25, 2023
1 parent 6308c22 commit 548afa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test-clang-format
name: code-style

on:
push:
Expand All @@ -12,8 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.8
- uses: DoozyX/clang-format-lint-action@v0.14
with:
source: '.'
clangFormatVersion: 10
clangFormatVersion: 14
extensions: 'h,c'

0 comments on commit 548afa0

Please sign in to comment.