mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Style: Minor pre-commit & yaml
adjustments
This commit is contained in:
parent
efa144396d
commit
048f8442e3
7 changed files with 36 additions and 58 deletions
2
.github/actions/godot-build/action.yml
vendored
2
.github/actions/godot-build/action.yml
vendored
|
@ -14,7 +14,7 @@ inputs:
|
|||
required: false
|
||||
sconsflags:
|
||||
description: Additional SCons flags.
|
||||
default: ''
|
||||
default: ""
|
||||
required: false
|
||||
scons-cache:
|
||||
description: The SCons cache path.
|
||||
|
|
4
.github/workflows/linux_builds.yml
vendored
4
.github/workflows/linux_builds.yml
vendored
|
@ -129,7 +129,7 @@ jobs:
|
|||
continue-on-error: true
|
||||
|
||||
- name: Setup Python and SCons
|
||||
if: '!matrix.legacy-scons'
|
||||
if: "!matrix.legacy-scons"
|
||||
uses: ./.github/actions/godot-deps
|
||||
|
||||
- name: Setup Python and SCons (legacy versions)
|
||||
|
@ -150,7 +150,7 @@ jobs:
|
|||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
# Targeting the oldest version we want to support to ensure it still builds.
|
||||
dotnet-version: '8.0.100'
|
||||
dotnet-version: 8.0.100
|
||||
|
||||
- name: Compilation
|
||||
uses: ./.github/actions/godot-build
|
||||
|
|
2
.github/workflows/runner.yml
vendored
2
.github/workflows/runner.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
# First stage: Only static checks, fast and prevent expensive builds from running.
|
||||
|
||||
static-checks:
|
||||
if: '!vars.DISABLE_GODOT_CI'
|
||||
if: "!vars.DISABLE_GODOT_CI"
|
||||
name: 📊 Static checks
|
||||
uses: ./.github/workflows/static_checks.yml
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue