[xb] Print clang-format version
This commit is contained in:
2
.github/workflows/Linux_build.yml
vendored
2
.github/workflows/Linux_build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
2
.github/workflows/Windows_build.yml
vendored
2
.github/workflows/Windows_build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user