mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
Archive formatting changes
This commit is contained in:
parent
a475b8a9c3
commit
a99ae8c162
7
.github/workflows/format-check.yml
vendored
7
.github/workflows/format-check.yml
vendored
@ -53,6 +53,13 @@ jobs:
|
|||||||
export CLANGFORMAT=`pwd`/clang/bin/clang-format
|
export CLANGFORMAT=`pwd`/clang/bin/clang-format
|
||||||
export PATH="$PATH:/root/.dotnet/tools"
|
export PATH="$PATH:/root/.dotnet/tools"
|
||||||
./formatters/format.sh
|
./formatters/format.sh
|
||||||
|
git diff > format-diff.txt
|
||||||
|
|
||||||
|
- name: Archive formatting result
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: format-diff
|
||||||
|
path: format-diff.txt
|
||||||
|
|
||||||
- name: Fail on format changes
|
- name: Fail on format changes
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user