Skip to content

Commit

Permalink
Update Lint and Clang format version
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Aug 1, 2022
1 parent c8cdce7 commit e615e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e615e1d

Please sign in to comment.