05ccef7e81
Deploy Artifact Proxy Dev / ☁️ Artifact Proxy (push) Has been cancelled
Deploy Discord GCP Alerts / ☁️ Discord GCP Alerts (push) Has been cancelled
ci / 📄 License Check (push) Has been cancelled
ci / ✅ Semantic Pull Request (push) Has been cancelled
ci / 🔤 Check Spelling (push) Has been cancelled
ci / 👀 Detect Changes (push) Has been cancelled
Shorebird CI / changes (push) Has been cancelled
Shorebird CI / CSpell (push) Has been cancelled
ci / 🎯 Build ${{ matrix.package }} (${{ matrix.os }}) (push) Has been cancelled
ci / 🔎 Verify ${{ matrix.package }} (push) Has been cancelled
ci / ci (push) Has been cancelled
Shorebird CI / artifact_proxy (push) Has been cancelled
Shorebird CI / dex (push) Has been cancelled
Shorebird CI / discord_gcp_alerts (push) Has been cancelled
Shorebird CI / flutter_version_resolver (push) Has been cancelled
Shorebird CI / jwt (push) Has been cancelled
Shorebird CI / scoped_deps (push) Has been cancelled
Shorebird CI / shorebird_build_trace (push) Has been cancelled
Shorebird CI / shorebird_ci (push) Has been cancelled
Shorebird CI / shorebird_cli (push) Has been cancelled
Shorebird CI / shorebird_code_push_client (push) Has been cancelled
Shorebird CI / shorebird_code_push_protocol (push) Has been cancelled
Shorebird CI / shorebird_redis_client (push) Has been cancelled
Shorebird CI / stripe_api (push) Has been cancelled
Shorebird CI / required (push) Has been cancelled
ci / 🎯 Build ${{ matrix.package }} (push) Has been cancelled
# Conflicts: # packages/artifact_proxy/lib/src/artifact_proxy.dart # packages/scoped_deps/pubspec.yaml # packages/shorebird_cli/pubspec.yaml # packages/shorebird_code_push_client/lib/src/code_push_client.dart
28 lines
647 B
YAML
28 lines
647 B
YAML
name: shorebird_ci
|
|
description: >-
|
|
CI tooling for Dart and Flutter monorepos. Generates GitHub Actions
|
|
workflows, resolves affected packages via dependency graphs, and
|
|
verifies path filters stay in sync.
|
|
version: 0.2.4
|
|
homepage: https://git.tonycloud.org/flutter/shorebird-workspace
|
|
repository: https://git.tonycloud.org/flutter/shorebird-workspace
|
|
topics: [ci, github-actions, monorepo, shorebird]
|
|
resolution: workspace
|
|
|
|
executables:
|
|
shorebird_ci:
|
|
|
|
environment:
|
|
sdk: ^3.9.0
|
|
|
|
dependencies:
|
|
args: ^2.6.0
|
|
meta: ^1.18.3
|
|
path: ^1.9.0
|
|
pub_semver: ^2.1.0
|
|
yaml: ^3.1.0
|
|
|
|
dev_dependencies:
|
|
test: ^1.31.2
|
|
very_good_analysis: ^10.3.0
|