mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-06 23:23:38 +00:00
[xb] Print clang-format version
This commit is contained in:
parent
a4412ad40d
commit
6f0a736c6c
3 changed files with 10 additions and 14 deletions
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue