ci: pin lint action to use clang-format 20.1.0
This commit is contained in:
committed by
Chris Rizzitello
parent
6e8952c8a0
commit
758c1044b5
2
.github/actions/lint-check/action.yml
vendored
2
.github/actions/lint-check/action.yml
vendored
@ -5,7 +5,7 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Install Dependencies
|
||||
run: pipx install --global clang_format
|
||||
run: pipx install --global clang-format==20.1.0
|
||||
shell: bash
|
||||
|
||||
- name: Run format command
|
||||
|
||||
Reference in New Issue
Block a user