Skip to content
This repository was archived by the owner on Sep 1, 2026. It is now read-only.

Merge pull request #69 from gaelic-ghost/runtime/promote-schema-domains #110

Merge pull request #69 from gaelic-ghost/runtime/promote-schema-domains

Merge pull request #69 from gaelic-ghost/runtime/promote-schema-domains #110

name: Validate Repo Maintenance
# Branch protection should require the Actions check context `validate`.
# GitHub exposes the job check run by this job name, not by the workflow title.
on:
pull_request:
push:
branches:
- main
jobs:
validate:
name: validate
runs-on: macos-latest
steps:
- uses: actions/checkout@v5
- name: Install Swift repo-maintenance tools
run: |
brew list swiftformat >/dev/null 2>&1 || brew install swiftformat
brew list swiftlint >/dev/null 2>&1 || brew install swiftlint
- name: Run repo-maintenance validation
run: bash scripts/repo-maintenance/validate-all.sh