mirror of
https://github.com/ModOrganizer2/check-formatting-action.git
synced 2026-07-27 14:08:58 -07:00
Switch to clang-format 18.
This commit is contained in:
+2
-2
@@ -23,9 +23,9 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Run clang-format
|
||||
uses: jidicula/clang-format-action@v4.11.0
|
||||
uses: jidicula/clang-format-action@v4.15.0
|
||||
with:
|
||||
clang-format-version: "17"
|
||||
clang-format-version: "18"
|
||||
check-path: ${{ inputs.check-path }}
|
||||
exclude-regex: ${{ inputs.exclude-regex }}
|
||||
fallback-style: ${{ inputs.fallback-style }}
|
||||
|
||||
Reference in New Issue
Block a user