Skip to content

Commit 503acda

Browse files
cursoragenttimfox
andcommitted
style: prettier YAML for build workflows
Co-authored-by: Tim Fox <timfox@outlook.com>
1 parent 236c19c commit 503acda

2 files changed

Lines changed: 17 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,17 @@ jobs:
358358
# This step also generates the final packages for 32 bit lnx.
359359
mod-merger:
360360
runs-on: ubuntu-24.04
361-
needs: [ pre-build, lnx64-mod, lnx32-mod, osx-mod, win-mod, win64-mod, lnx-aarch64-mod, android-mod ]
361+
needs:
362+
[
363+
pre-build,
364+
lnx64-mod,
365+
lnx32-mod,
366+
osx-mod,
367+
win-mod,
368+
win64-mod,
369+
lnx-aarch64-mod,
370+
android-mod,
371+
]
362372
steps:
363373
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
364374
with:
@@ -416,7 +426,7 @@ jobs:
416426
# Generate the final packages for Lnx, macOS, Windows and Android
417427
lnx64:
418428
runs-on: ubuntu-24.04
419-
needs: [ pre-build, mod-merger ]
429+
needs: [pre-build, mod-merger]
420430
env:
421431
CI_ETL_DESCRIBE: ${{needs.pre-build.outputs.describe}}
422432
CI_ETL_TAG: ${{needs.pre-build.outputs.tag}}
@@ -765,7 +775,7 @@ jobs:
765775
CI_ETL_UID: ${{needs.pre-build.outputs.uid}}
766776
ANDROID_SDK_ROOT: /opt/android-sdk
767777
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.workers.max=4 -Dkotlin.incremental=false
768-
needs: [ pre-build, mod-merger ]
778+
needs: [pre-build, mod-merger]
769779
container:
770780
image: etlegacy/android-build
771781
steps:

app/libs/joystick/.github/workflows/build.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish package to GitHub Packages
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- "v*"
77
workflow_dispatch:
88
release:
99
types: [created]
@@ -24,9 +24,9 @@ jobs:
2424
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
2525
name: Setup Java 21
2626
with:
27-
java-version: '21'
28-
distribution: 'temurin'
29-
cache: 'gradle'
27+
java-version: "21"
28+
distribution: "temurin"
29+
cache: "gradle"
3030

3131
- name: Setup Android SDK
3232
uses: android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407 # v3
@@ -35,4 +35,3 @@ jobs:
3535
run: ./gradlew publish --no-daemon --info
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-

0 commit comments

Comments
 (0)