mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 00:30:12 +08:00
Our Clang should come first in format check
This commit is contained in:
parent
63d7c3ccba
commit
5c06c2be2f
2
.github/workflows/format-check.yml
vendored
2
.github/workflows/format-check.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
|
||||
- name: Format
|
||||
run: |
|
||||
export PATH=$PATH:`pwd`/clang/bin/
|
||||
export PATH=`pwd`/clang/bin/:$PATH
|
||||
export PATH="$PATH:/root/.dotnet/tools"
|
||||
./formatters/format.sh
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user