[xb] Print clang-format version

This commit is contained in:
Margen67
2025-01-24 06:39:13 -08:00
parent a4412ad40d
commit 6f0a736c6c
3 changed files with 10 additions and 14 deletions

View File

@@ -45,8 +45,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Check Clang-Format Version
run: clang-format --version
- name: Lint
run: ./xb lint --all

View File

@@ -53,8 +53,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Check Clang-Format Version
run: clang-format --version
- name: Lint
run: .\xb lint --all