Merge branch '4.1' into 4.2-beta

This commit is contained in:
Mario Zechner 2023-01-16 14:57:11 +01:00
commit ba71af746b
5 changed files with 8 additions and 6 deletions

View File

@ -2,6 +2,7 @@ name: Check format
on:
push:
workflow_dispatch:
jobs:
build:
@ -52,6 +53,7 @@ jobs:
run: |
export CLANGFORMAT=`pwd`/clang/bin/clang-format
export PATH="$PATH:/root/.dotnet/tools"
dotnet-format --version
./formatters/format.sh
find . -type f -name '*.cs' -exec perl -pi -e 's/\r\n/\n/g' '{}' +
git diff

View File

@ -41,7 +41,7 @@ jobs:
path: spine-godot/godot/bin/godot.windows.opt.tools.64.exe
godot-editor-linux:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with: