Skip to content

Scoreboard tweaks. #6647

Scoreboard tweaks.

Scoreboard tweaks. #6647

Workflow file for this run

name: All
on:
push:
pull_request:
jobs:
all:
runs-on: macos-26
steps:
- uses: actions/checkout@v4
- name: Source code styling
run: |
brew install swiftformat oxfmt
make style-check
- name: Linting
run: |
brew install swiftlint oxlint
make lint
- name: Spell checking
run: |
brew install codespell
make spell-check
- name: Build
run: |
xcodebuild \
-scheme Moblin \
-skipPackagePluginValidation \
build \
CODE_SIGN_IDENTITY="" \
CODE_SIGNING_REQUIRED=NO