ci: pin lint action to use clang-format 20.1.0

This commit is contained in:
sithlord48
2025-03-10 20:48:33 -04:00
committed by Chris Rizzitello
parent 6e8952c8a0
commit 758c1044b5

View File

@ -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