java-android-ci
Installation
SKILL.md
Java Android CI with GitHub Actions
Instructions
CI must reproduce the local build deterministically, run fast enough to gate every PR, and produce signed, shippable artifacts on tag.
1. Minimal CI Workflow
# .github/workflows/ci.yml
name: CI
on:
push:
branches: [main]
pull_request: