mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-14 10:58:59 -04:00
670 B
670 B
applyTo, excludeAgent
| applyTo | excludeAgent |
|---|---|
| **/*.yml | code-review |
CI Workflow Rules
- Prefer explicit Gradle task paths (
app:lintFdroidDebug) over shorthand (lintDebug). - CI uses
.github/ci-gradle.properties— don't assume localgradle.propertiesvalues. - CI passes
-Pci=trueto enable full processor usage viamaxParallelForks. - Use
fetch-depth: 0only where needed (spotless ratcheting, version code). Usefetch-depth: 1otherwise. - Desktop build matrix:
macos-latest,windows-latest,ubuntu-24.04,ubuntu-24.04-arm. - Lightweight jobs (labelers, triage, stale): use
ubuntu-24.04-armrunners. - Gradle-heavy jobs: use
ubuntu-24.04runners.