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:
Installs
1
GitHub Stars
1
First Seen
Jul 10, 2026
java-android-ci — almasumdev/awesome-java-android-agent-skills