Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Abingcbc committed Jan 2, 2025
1 parent f6fef14 commit 5f0b896
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ jobs:
- name: C++ Core Lint
uses: jidicula/[email protected]
with:
clang-format-version: '13'
clang-format-version: '14'
check-path: 'core'
include-regex: '.*\.(cpp|h)$'
fallback-style: 'Google'

- name: Go Plugin Lint
run: make lint
Expand Down

0 comments on commit 5f0b896

Please sign in to comment.